public static txtImport Instance() { if (instance == null) { lock(sybcObj) { if (instance == null) instance = new txtImport(); } } return instance; }
public static txtImport Instance() { if (instance == null) { lock (sybcObj) { if (instance == null) { instance = new txtImport(); } } } return(instance); }