Inheritance: System.Windows.Forms.Form, ICommandHandler
Beispiel #1
0
        public OutstationInstance(ProxyCommandHandler handler, EventedOutstationApplication application, IOutstation outstation, OutstationStackConfig config, string alias)
        {
            this.handler     = handler;
            this.application = application;
            this.outstation  = outstation;
            this.alias       = alias;

            this.form = new OutstationForm(outstation, handler);
        }
        public OutstationInstance(ProxyCommandHandler handler, EventedOutstationApplication application, IOutstation outstation, OutstationStackConfig config, string alias)
        {
            this.handler = handler;
            this.application = application;
            this.outstation = outstation;
            this.alias = alias;

            this.form = new OutstationForm(outstation, handler);
        }