} private void panel1_Paint(object sender, PaintEventArgs e)




Download 2,44 Mb.
bet6/12
Sana14.05.2024
Hajmi2,44 Mb.
#232837
1   2   3   4   5   6   7   8   9   ...   12
Bog'liq
Abdulloyeva Sitora

}

private void panel1_Paint(object sender, PaintEventArgs e)
{

}
}
}


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsApp4
{
public partial class MAINFORM : Form
{
public MAINFORM()
{
InitializeComponent();
}

private void flowLayoutPanel1_Paint(object sender, PaintEventArgs e)
{

}

private void panel3_Paint(object sender, PaintEventArgs e)
{

}

private void button1_Click(object sender, EventArgs e)
{
studentform student = new studentform();
student.Show();
this.Hide();
}

private void button2_Click(object sender, EventArgs e)
{
book book = new book();
book.Show();
this.Hide();
}

private void button3_Click(object sender, EventArgs e)
{

}

private void pictureBox1_Click(object sender, EventArgs e)
{
Application.Exit();
}
private void button5_Click(object sender, EventArgs e)
{
librarian librarian = new librarian();
librarian.Show();
this.Hide();
}

private void button4_Click(object sender, EventArgs e)
{
}
}
}




Download 2,44 Mb.
1   2   3   4   5   6   7   8   9   ...   12




Download 2,44 Mb.

Bosh sahifa
Aloqalar

    Bosh sahifa



} private void panel1_Paint(object sender, PaintEventArgs e)

Download 2,44 Mb.