Automatak.Simulator.DNP3.RelayOutstationPlugin.OutstationForm.OutstationForm C# (CSharp) 메소드

OutstationForm() 공개 메소드

public OutstationForm ( IOutstation outstation, ProxyCommandHandler commandHandler ) : System
outstation IOutstation
commandHandler ProxyCommandHandler
리턴 System
        public OutstationForm(IOutstation outstation, ProxyCommandHandler commandHandler)
        {
            InitializeComponent();

            this.outstation = outstation;
            this.commandHandler = commandHandler;

            commandHandler.CommandProxy = this; // proxy commands to the form
        }