Beispiel #1
0
 private void ce_Cancel(object sender)
 {
     if (m_ce != null)
     {
         m_ce.Cancel();
     }
 }