コード例 #1
0
ファイル: frmAbout.cs プロジェクト: ChrisPea/TuningSuites
 private void labelControl6_DoubleClick(object sender, EventArgs e)
 {
     if (_step == 5)
     {
         // show easter egg (easy to find isn't it, once you got the sourcecode ;))
         frmEast east = new frmEast();
         east.ShowDialog();
         east.Dispose();
         _step = 0;
     }
 }
コード例 #2
0
 private void labelControl6_DoubleClick(object sender, EventArgs e)
 {
     if (_step == 5)
     {
         // show easter egg (easy to find isn't it, once you got the sourcecode ;))
         frmEast east = new frmEast();
         east.ShowDialog();
         east.Dispose();
         _step = 0;
     }
 }