示例#1
0
 public cGlobalInfo(cScreening CurrentScreen, HCSAnalyzer WindowHCSAnalyzer)
 {
     OptionsWindow = new FormForOptionsWindow(CurrentScreen);
     this.CurrentScreen = CurrentScreen;
     this.WindowHCSAnalyzer = WindowHCSAnalyzer;
     this.WindowName = WindowHCSAnalyzer.Text;
     this.LUT = LUTs.LUT_JET;
 }
示例#2
0
 public cGlobalInfo(cScreening CurrentScreen)
 {
     OptionsWindow = new FormForOptionsWindow(CurrentScreen);
     this.CurrentScreen = CurrentScreen;
 }