Example #1
0
 public static DP173Model getInstance()
 {
     if (instance == null)
     {
         instance = new DP173Model();
     }
     return(instance);
 }
Example #2
0
 public static Model Get_DP173_Instance()
 {
     return(DP173Model.getInstance());
 }