示例#1
0
 public static DP213Model getInstance()
 {
     if (instance == null)
     {
         instance = new DP213Model();
     }
     return(instance);
 }
示例#2
0
 public static Model Get_DP213_Instance()
 {
     return(DP213Model.getInstance());
 }