public static wiSystem GetInstance() { if (instance == null) { instance = new wiSystem(); } return(instance); }
public static wiSystem GetInstance() { if (instance == null) { instance = new wiSystem(); } return instance; }