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