Пример #1
0
 public Controller(bool uiMode)
 {
     this.isUiMode     = uiMode;
     this.gridProxy    = new GridProxy();
     this.progIdsFound = new List <string>();
     this.GetContextInformation();
 }
Пример #2
0
 public Controller(bool uiMode)
 {
     this.isUiMode = uiMode;
       this.gridProxy = new GridProxy();
       this.progIdsFound = new List<string>();
       this.GetContextInformation();
 }