コード例 #1
0
ファイル: Unrar.Wrapper.cs プロジェクト: uotools/cuodesktop
 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 );
     }
 }