public static AppMainWndModel GetInstence() { if (_objGitMgr == null) { _objGitMgr = new AppMainWndModel(); } return _objGitMgr; }
public AppMainWndViewModel() { m_MainModel = AppMainWndModel.GetInstence(); Initialize(); }