LokiProgrammer.ActionForm.ActionForm C# (CSharp) Method

ActionForm() public method

public ActionForm ( FreebooterHost host, FreebooterHost action, Stream file ) : System
host FreebooterHost
action FreebooterHost
file Stream
return System
        public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
        {
            this.host = host;
            this.action = action;
            this.file = file;
            InitializeComponent();
        }