Пример #1
0
 public void SetToCms()
 {
     _isOPS = false;
     CMSRadioButton.Checked = true;
     OPSRadioButton.Checked = false;
     TopLabel0.Text         = CMSLabels[0];
     TopLabel1.Text         = CMSLabels[1];
     BottomLabel0.Text      = CMSLabels[0];
     BottomLabel1.Text      = CMSLabels[1];
     GeneralThreeFilterModel.SetRepositories(_cmsRepository);
     GeneralThreeFilterModel.SuperSelected(CountryFilterModel.SelectedValue);
 }
Пример #2
0
 void bind()
 {
     GeneralThreeFilterModel.bind(CountryFilterModel.SelectedValue);
 }