Beispiel #1
0
 private void Abort_Paint(object sender, MouseButtonEventArgs e)
 {
     if (a != null)
     {
         a.Abort(sender, e);
     }
 }