private void BatchView_Load(object sender, EventArgs e) { monitorView.BindOnline(this.BatchOnline); monitorView.BindLiveMode(this.LiveModeCheckBox); if (monitorView == null) { return; } if (monitorView.IsDisplayConnected) { bgsjLabel.Text = monitorView.Get(CommandType.Exposure); zyLabel.Text = monitorView.Get(CommandType.Gain); } }
private void FrontBackView_Load(object sender, EventArgs e) { monitorView.BindOnline(this.BatchOnline); monitorView.BindLiveMode(this.LiveModeCheckBox); Fresh(); }