コード例 #1
0
ファイル: Central.cs プロジェクト: tempbottle/INCC6
 public CentralizedState(string AppName)
 {
     opstate = new OperationalState(); // reworked later for assay ops
     name    = AppName;
     unitary = this;
 }
コード例 #2
0
ファイル: Central.cs プロジェクト: hnordquist/INCC6
 public CentralizedState(string AppName)
 {
     opstate = new OperationalState(); // reworked later for assay ops
     name = AppName;
     unitary = this;
 }