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