Exemple #1
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;
     }
 }
Exemple #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;
     }
 }