예제 #1
0
 private void HelpAbout(object sender, System.EventArgs e)
 {
     About a = new About();
     a.Show();
     //a.Dispose();
     //About(this.Handle, "Simulacrum Processing Suite", "Written by Aaron Lefkowitz.", IntPtr.Zero);
 }
예제 #2
0
 private void btnAbout_Click(object sender, EventArgs e)
 {
     About abt = new About();
     abt.ShowDialog();
 }