public static exFAT GetInstance(string path, string DS_Type) { if (instance == null) { instance = new exFAT(path, DS_Type); } return instance; }
public static exFAT GetInstance(string path, string DS_Type) { if (instance == null) { instance = new exFAT(path, DS_Type); } return(instance); }