예제 #1
0
 private void About_Click(object sender, EventArgs e)
 {
     Form about = new AboutKrystals4();
     about.ShowDialog();
 }
예제 #2
0
        private void About_Click(object sender, EventArgs e)
        {
            Form about = new AboutKrystals4();

            about.ShowDialog();
        }