示例#1
0
        private void MainForm_Load(object sender, EventArgs e)
        {
            beanControls = new ControlsStore(
                this,
                this.proxySettingsControl,
                this.targetControl,
                this.attackOptionsControl,
                this.workersControl,
                this.statusControl,
                this.tabAttackOptions
                );

            settings = new ApplicationSettingsProvider(beanControls);
            beanControls.Register();
        }
示例#2
0
 public void RegisterControlsStore(ControlsStore beanControls)
 {
     this.beanControls = beanControls;
 }