Beispiel #1
0
 public FormFile(ProjSet p)
 {
     InitializeComponent();
     this.progressBar.Hide();
     this.numericPadX.Value = 8.0M;
     this.numericPadY.Value = 4.0M;
     _ProjSet = p;
 }
Beispiel #2
0
 public FormFile(ProjSet p)
 {
     InitializeComponent();
     this.progressBar.Hide();
     this.numericPadX.Value = 8.0M;
     this.numericPadY.Value = 4.0M;
     _ProjSet = p;
 }