コード例 #1
0
ファイル: exFAT.cs プロジェクト: tdukaric/Design-Patterns
 public static exFAT GetInstance(string path, string DS_Type)
 {
     if (instance == null)
     {
         instance = new exFAT(path, DS_Type);
     }
     return instance;
 }
コード例 #2
0
 public static exFAT GetInstance(string path, string DS_Type)
 {
     if (instance == null)
     {
         instance = new exFAT(path, DS_Type);
     }
     return(instance);
 }