Beispiel #1
0
 void ViewUserAccount_Click(object sender, EventArgs e)
 {
     if (UserAccount == null || !UserAccount.Visible)
         UserAccount = new frmUserAccount();
     UserAccount.Show();
 }