コード例 #1
0
 public static frmNotifications getForm()
 {
     if (form == null)
     {
         form = new frmNotifications();
     }
     return form;
 }
コード例 #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     frmNotifications form = new frmNotifications();
     form.Show();
     this.Hide();
 }