Пример #1
0
        public TestSetForm()
        {
            InitializeComponent();

            this.sm = new StackManager();
            this.lca = new LogControlAdapter(this.logControl);
            sm.AddLogHandler(lca);
        }
Пример #2
0
        public TestSetForm()
        {
            InitializeComponent();

            this.sm  = new StackManager();
            this.lca = new LogControlAdapter(this.logControl);
            sm.AddLogHandler(lca);
        }