Esempio n. 1
0
 static public GNSystemControl getInstance()
 {
     if (_sharedGNSystemControl == null)
     {
         _sharedGNSystemControl = new GNSystemControl();
     }
     return(_sharedGNSystemControl);
 }
Esempio n. 2
0
 public static GNSystemControl getInstance()
 {
     if (_sharedGNSystemControl == null)
     {
         _sharedGNSystemControl = new GNSystemControl();
     }
     return _sharedGNSystemControl;
 }