Ejemplo n.º 1
0
 protected virtual void OnInvaildPath(InvalidPathEventArgs e)
 {
     if (InvalidPath != null)
     {
         InvalidPath(this, e);
     }
     else
     {
         throw e.Error;
     }
 }
Ejemplo n.º 2
0
 public static void teFileOperationBase_InvalidPath(teFileOperationBase sender, InvalidPathEventArgs e)
 {
     //string fehlerPath = "Der Pfad ist ungültig";
 }