Beispiel #1
0
 public static AppDrawer GetInstance()
 {
     if (_instance == null)
     {
         _instance = new AppDrawer();
     }
     return(_instance);
 }
Beispiel #2
0
 public static void Destroy()
 {
     _instance = null;
 }