Ejemplo n.º 1
0
 private void labelControl5_DoubleClick(object sender, EventArgs e)
 {
     if (_step == 4)
     {
         // show easter egg (easy to find isn't it, once you got the sourcecode ;))
         frmEast east = new frmEast();
         east.ShowDialog();
         _step = 0;
     }
 }
Ejemplo n.º 2
0
 private void labelControl5_DoubleClick(object sender, EventArgs e)
 {
     if (_step == 4)
     {
         // show easter egg (easy to find isn't it, once you got the sourcecode ;))
         frmEast east = new frmEast();
         east.ShowDialog();
         _step = 0;
     }
 }