Ejemplo n.º 1
0
 public static void OnShowWindow(object sender, ShowWindowEventArgs e)
 {
     if (ShowEventRised != null)
     {
         ShowEventRised(sender, e);
     }
 }
Ejemplo n.º 2
0
 public static void OnShowWindow(object sender, ShowWindowEventArgs e)
 {
     if (ShowEventRised != null)
     {
         ShowEventRised(sender, e);
     }
 }
 private void OnShowWindowEvent(object sender, ShowWindowEventArgs e)
 {
 }