public static void OnShowWindow(object sender, ShowWindowEventArgs e)
 {
     if (ShowEventRised != null)
     {
         ShowEventRised(sender, e);
     }
 }
 public static void OnShowWindow(object sender, ShowWindowEventArgs e)
 {
     if (ShowEventRised != null)
     {
         ShowEventRised(sender, e);
     }
 }
 private void OnShowWindowEvent(object sender, ShowWindowEventArgs e)
 {
 }