コード例 #1
0
ファイル: PreBLL.cs プロジェクト: zymITsky/Medical
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return(instance);
 }
コード例 #2
0
ファイル: PreBLL.cs プロジェクト: qq5013/Medical
 public static PreBLL GetPreBLL()
 {
     if (instance == null)
     {
         instance = new PreBLL();
     }
     return instance;
 }