Beispiel #1
0
 public Form1()
 {
     InitializeComponent();
     shd = new Shredder();
     shd.Publishp += this.PublishProgress;
     shd.PublishFi += this.PublishFinfo;
     shd.CicleN += this.CicleN;
     shd.Finish += this.Finish;
     shd.WorkE += this.WorkException;
 }
Beispiel #2
0
 public Form1()
 {
     InitializeComponent();
     shd            = new Shredder();
     shd.Publishp  += this.PublishProgress;
     shd.PublishFi += this.PublishFinfo;
     shd.CicleN    += this.CicleN;
     shd.Finish    += this.Finish;
     shd.WorkE     += this.WorkException;
 }