Exemplo n.º 1
0
 public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
 {
     this.host   = host;
     this.action = action;
     this.file   = file;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
 {
     this.host = host;
     this.action = action;
     this.file = file;
     InitializeComponent();
 }