예제 #1
0
파일: Unrar.cs 프로젝트: zhangbo27/bbsmax
 protected virtual void OnNewFile()
 {
     if (this.NewFile != null)
     {
         NewFileEventArgs e = new NewFileEventArgs(this.currentFile);
         this.NewFile(this, e);
     }
 }
예제 #2
0
파일: Unrar.cs 프로젝트: huchao007/bbsmax
		protected virtual void OnNewFile()
		{
			if(this.NewFile!=null)
			{
				NewFileEventArgs e = new NewFileEventArgs(this.currentFile);
				this.NewFile(this, e);
			}
		}