Exemplo n.º 1
0
 private void btnChoseRoleInfo_Click(object sender, EventArgs e)
 {
     Cursor = Cursors.Wait;
     var cwin = new CWCondition(this._wfslLine, txtChoseRoleInfo);
     cwin.Show();
     Cursor = Cursors.None;
 }
Exemplo n.º 2
0
 private void btnConditon_Click(object sender, RoutedEventArgs e)
 {
     CWCondition cwConditionConditon = new CWCondition( _wf11Condition);
     cwConditionConditon.Show();
 }