public MainForm() { InitializeComponent(); _winProxy = new WinProxy(); textBoxIP.Text = _winProxy.GetCurrentProxy(); textBoxPort.Text = _winProxy.GetCurrentProxyPort(); checkBoxProxyEnabled.Checked = _winProxy.GetProxyEnableStatus(); }
public MainForm() { InitializeComponent(); _winProxy = new WinProxy(); }