Exemplo n.º 1
0
 public static PollManager GetInstance()
 {
     if( _instance == null )
     {
         _instance = new PollManager();
     }
     return _instance;
 }
Exemplo n.º 2
0
 public static PollManager GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PollManager();
     }
     return(_instance);
 }