예제 #1
0
        public MainForm()
        {
            InitializeComponent();

            _winProxy = new WinProxy();

            textBoxIP.Text               = _winProxy.GetCurrentProxy();
            textBoxPort.Text             = _winProxy.GetCurrentProxyPort();
            checkBoxProxyEnabled.Checked = _winProxy.GetProxyEnableStatus();
        }
예제 #2
0
        public MainForm()
        {
            InitializeComponent();

            _winProxy = new WinProxy();
        }