Ejemplo n.º 1
0
 public static GloveModel GetSingleton()
 {
     if (Instance == null)
     {
         Instance = new GloveModel();
     }
     return(Instance);
 }
Ejemplo n.º 2
0
 public static void DestoryInstance()
 {
     Instance = null;
 }