UpdateFWTool.SetComport.SetComport C# (CSharp) Method

SetComport() public method

public SetComport ( Interface r_clsInterface ) : System
r_clsInterface Interface
return System
        public SetComport(Interface r_clsInterface)
        {
            InitializeComponent();

            m_clsInterface = r_clsInterface;

            //com port selection
            numComNum.Value = m_clsInterface.uiLibSettingComPort;
        }