//Constructor public ShellViewModel() { _connectionMethod = DataAccess.Initialize() ? ConnMethod.SQL:ConnMethod.Web; CarsScreen = true; CanChangeScreen = false; _waitingForCar = true; NotifyOfPropertyChange(() => ErrorMessageVisible); }
private void checkBox1_CheckedChanged(object sender, EventArgs e) { if (checkBox1.Checked) { checkBox2.Checked = false; checkBox3.Checked = false; checkBox4.Checked = false; checkBox5.Checked = false; CM = ConnMethod.Clear; PM = PrMethod.low; button1.Enabled = true; } }
public Config(ImpMethod Imp, ConnMethod And) { implication = Imp; andlogic = And; }
public Config(ImpMethod Imp, ConnMethod And) { _implication = Imp; _andlogic = And; }