示例#1
0
 public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
 {
     this.host   = host;
     this.action = action;
     this.file   = file;
     InitializeComponent();
 }
示例#2
0
 public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
 {
     this.host = host;
     this.action = action;
     this.file = file;
     InitializeComponent();
 }