//INITIALIZE
        public CreateNewProxyProfileForm(ProxyProfilesProcess ProxyProfilesProcess)
        {
            InitializeComponent();

            this.ProxyProfilesProcess = ProxyProfilesProcess;
        }
コード例 #2
0
 //INITIALIZE
 public ProxySettingsProcess()
 {
     proxyProfilesProcess = new ProxyProfilesProcess();
 }