Example #1
0
 public static void HideSelf()
 {
     if (Self != null && !Self.Focused && Self.Visible)
     {
         Self.Hide();
     }
 }