Beispiel #1
0
 public IOHelper(CardHelper card, IOSetInfo ioSet, AxisSetInfo axisSet, AbsolutePosSetInfo apSet, PortHelper plcHelper, PortHelper _232Helper, FormMain form)
 {
     this.card = card;
     this.form = form;
     this.ioSet = ioSet;
     this.axisSet = axisSet;
     this.apSet = apSet;
     this.plcHelper = plcHelper;
     this._232Helper = _232Helper;
 }
Beispiel #2
0
 public FormPckCheck(FormMain mainForm)
 {
     InitializeComponent();
     this.mainForm = mainForm;
     this.bindingSource2.DataSource = mainForm.CurrInfo;
 }
Beispiel #3
0
 public CardHelper(FormMain form)
 {
     this.form = form;
 }