예제 #1
0
파일: GUI.cs 프로젝트: AutoProt/AutoProt
 private void btnAddAnalysisCode_Click(object sender, EventArgs e)
 {
     viewmodel.CodeNameAdd(cmbBxCodeName.SelectedIndex);//tried with binding but problems with halted initialization of workflows on other tabpage
 }