示例#1
0
 public Timer(MainForm GUI)
 {
     this.GUI = GUI;
     initHandlers();
     timeElapsed = TimeSpan.Zero;
     CURRENTSTATE = (int)state.STOP;
 }
示例#2
0
 public Colour(MainForm GUI)
 {
     this.GUI = GUI;
     color = Color.Transparent;
 }
示例#3
0
 public Services(MainForm GUI)
 {
     assembly = Assembly.GetExecutingAssembly();
     this.GUI = GUI;
 }
示例#4
0
 public Gamma(MainForm GUI)
 {
     this.GUI = GUI;
 }
示例#5
0
 public Lorem(MainForm GUI)
 {
     this.GUI = GUI;
 }