internal static QClientFactoryBase GetInstance() { if (_instance == null) { _instance = new QClientFactory(); } return(_instance); }
internal static QClientFactoryBase GetInstance() { if(_instance == null) { _instance = new QClientFactory(); } return _instance; }