public static VideoMonitorService GetInstance() { if (_instance == null) { _instance = new VideoMonitorService(); } return _instance; }
public static VideoMonitorService GetInstance() { if (_instance == null) { _instance = new VideoMonitorService(); } return(_instance); }