Inheritance: System.Web.UI.Page
Exemple #1
0
 // Открытие формы регистрации
 private void Registration_But_Click(object sender, EventArgs e)
 {
     Registration RegForm = new Registration();
     this.Hide();
     RegForm.ShowDialog();
 }