Esempio n. 1
0
 public NetworkStateReport(NetworkAppState st, string sim, string process)
 {
     State          = st;
     ProcessRunning = process;
     SimRunning     = sim;
     Simulators     = new List <string>();
 }
Esempio n. 2
0
 public NetworkStateReport(NetworkAppState st, string sim, string process)
 {
     State = st;
     ProcessRunning = process;
     SimRunning = sim;
     Simulators = new List<string>();
 }
Esempio n. 3
0
 public NetworkStateReport(NetworkAppState st, List <string> SimNames)
 {
     Simulators = SimNames;
 }
Esempio n. 4
0
 public NetworkStateReport(NetworkAppState st)
 {
     State      = st;
     Simulators = new List <string>();
 }
Esempio n. 5
0
 public NetworkStateReport(NetworkAppState st, List<string> SimNames)
 {
     Simulators = SimNames;
 }
Esempio n. 6
0
 public NetworkStateReport(NetworkAppState st)
 {
     State = st;
     Simulators = new List<string>();
 }