private void ShowCamerDevicePage() { showCamerDevicePage = false; CamerDevice camerDevice = new CamerDevice(this); camerDevice.ShowDialog(); camerDevice.Select(); }
public DeviceConfig(CamerDevice camerDevice, int RowIndex) { this.camerDevice = camerDevice; this.RowIndex = RowIndex; InitializeComponent(); }