
public fgecis1()
{
InitializeComponent();
}
private void byeniform_Click(object sender, EventArgs e)
{
//this.Hide();
fgecis2 xyz = new fgecis2();
//xyz.Show();
xyz.ShowDialog();
//this.Show();
//MessageBox.Show("Deneme");
}
private void bkapat_Click(object sender, EventArgs e)
{
this.Close();
}
public fgecis2()
{
InitializeComponent();
}
private void bkapat_Click(object sender, EventArgs e)
{
this.Close();
}
Bu yazı yorumlara kapalı.