Ejemplo n.º 1
0
 public static exFAT GetInstance(string path, string DS_Type)
 {
     if (instance == null)
     {
         instance = new exFAT(path, DS_Type);
     }
     return instance;
 }
Ejemplo n.º 2
0
 public static exFAT GetInstance(string path, string DS_Type)
 {
     if (instance == null)
     {
         instance = new exFAT(path, DS_Type);
     }
     return(instance);
 }