public static ResClass3 getInstance() { if (_instance == null) { _instance = new ResClass3(); } return(_instance); }
public static ResClass3 getInstance() { if (_instance == null) _instance = new ResClass3(); return _instance; }