LokiProgrammer.ActionForm.ActionForm C# (CSharp) Метод

ActionForm() публичный Метод

public ActionForm ( FreebooterHost host, FreebooterHost action, Stream file ) : System
host FreebooterHost
action FreebooterHost
file Stream
Результат System
        public ActionForm(FreebooterHost host, FreebooterHost.Actions action, Stream file)
        {
            this.host = host;
            this.action = action;
            this.file = file;
            InitializeComponent();
        }