예제 #1
0
파일: SysMenuManager.cs 프로젝트: ue96/ue96
 public static SysMenuManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SysMenuManager();
     }
     return _instance;
 }
예제 #2
0
 public static SysMenuManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new SysMenuManager();
     }
     return(_instance);
 }