LokiProgrammer.ActionForm.ActionForm C# (CSharp) Méthode

ActionForm() public méthode

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