Beispiel #1
0
 public Settings(ref ProcessDataPLC _plc)
 {
     InitializeComponent();
     plc = _plc;
 }
Beispiel #2
0
 public MainHome(ref ProcessDataPLC _plc)
 {
     InitializeComponent();
     plc = _plc;
 }
Beispiel #3
0
 public MotorControl(ref ProcessDataPLC _plc)
 {
     InitializeComponent();
     plc = _plc;
 }