public TestSetForm() { InitializeComponent(); this.sm = new StackManager(); this.lca = new LogControlAdapter(this.logControl); sm.AddLogHandler(lca); }