Пример #1
0
 //获取唯一可用的对象
 public static SchemeModel getInstance()
 {
     if (instance == null)
     {
         instance = new SchemeModel();
     }
     return(instance);
 }