Esempio n. 1
0
 public static void close()
 {
     try
     {
         if (instance != null)
         {
             InterfaceMgr.Instance.closeGreyOut();
             instance.Close();
             instance = null;
         }
     }
     catch (Exception)
     {
     }
 }