EventArgs used to report the size of unpacked archive data
Inheritance: EventArgs
 private void OnOpen(OpenEventArgs e)
 {
     if (Open != null)
     {
         Open(this, e);
     }
 }
Esempio n. 2
0
 private void OnOpen(OpenEventArgs e)
 {
     if (Open != null)
     {
         Open(this, e);
     }
 }