コード例 #1
0
        private void ShowCamerDevicePage()
        {
            showCamerDevicePage = false;
            CamerDevice camerDevice = new CamerDevice(this);

            camerDevice.ShowDialog();
            camerDevice.Select();
        }
コード例 #2
0
 public DeviceConfig(CamerDevice camerDevice, int RowIndex)
 {
     this.camerDevice = camerDevice;
     this.RowIndex    = RowIndex;
     InitializeComponent();
 }