Ejemplo n.º 1
0
 public Dialog_AddBill(AssemblyStation assembly, string fileName)
 {
     _assembly = assembly;
     _fileName = fileName;
     _name     = ListerDroids.GetNumberedName();
     base.SetCentered(280f, 175f);
     this.drawPriority        = 2000;
     this.closeOnEscapeKey    = true;
     this.doCloseX            = true;
     this.absorbAllInput      = true;
     this.clearNonEditWindows = false;
     this.forcePause          = true;
 }
Ejemplo n.º 2
0
 public Dialog_AddBill(AssemblyStation assembly, string fileName)
 {
     _assembly = assembly;
     _fileName = fileName;
     _name = ListerDroids.GetNumberedName();
     base.SetCentered(280f, 175f);
     this.drawPriority = 2000;
     this.closeOnEscapeKey = true;
     this.doCloseX = true;
     this.absorbAllInput = true;
     this.clearNonEditWindows = false;
     this.forcePause = true;
 }
Ejemplo n.º 3
0
 public AssemblyBillStack(AssemblyStation assembly)
 {
     _assembly = assembly;
 }
 public AssemblyBillStack(AssemblyStation assembly)
 {
     _assembly = assembly;
 }