示例#1
0
文件: PollManager.cs 项目: ue96/ue96
 public static PollManager GetInstance()
 {
     if( _instance == null )
     {
         _instance = new PollManager();
     }
     return _instance;
 }
示例#2
0
 public static PollManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PollManager();
     }
     return(_instance);
 }