Пример #1
0
 private void LaunchInputDetailForm(Input aSwitch, BindingSource aSource)
 {
     InputDetailForm switchDetail = new InputDetailForm(aSwitch, aSource);
     switchDetail.ShowDialog();
 }
Пример #2
0
        private void LaunchInputDetailForm(Input aSwitch, BindingSource aSource)
        {
            InputDetailForm switchDetail = new InputDetailForm(aSwitch, aSource);

            switchDetail.ShowDialog();
        }