Example #1
0
 protected virtual void OnNewFile()
 {
     if (this.NewFile != null)
     {
         NewFileEventArgs e = new NewFileEventArgs(this.currentFile);
         this.NewFile(this, e);
     }
 }
Example #2
0
 protected virtual void OnNewFile()
 {
     if (this.NewFile != null)
     {
         NewFileEventArgs e = new NewFileEventArgs(this.currentFile);
         this.NewFile(this, e);
     }
 }