public EngineEventArgs(EngineNotificationType t, string f)
 {
     NotificationType = t;
     FullPath = f;
 }
Ejemplo n.º 2
0
 public EngineEventArgs(EngineNotificationType t, string f)
 {
     NotificationType = t;
     FullPath         = f;
 }