Пример #1
0
 public static PackProxy instances()
 {
     if (instance == null)
     {
         instance = new PackProxy();
     }
     return(instance);
 }
Пример #2
0
 public static PackProxy instances()
 {
     if (instance == null)
     {
         instance = new PackProxy();
     }
     instance.ModelToDoView();
     return(instance);
 }