Exemplo n.º 1
0
        private void ThreadStart()
        {
            var c = new RootBarControler(this);
            _task(c);

            Invoke(new Action(Close));
        }
Exemplo n.º 2
0
        private void ThreadStart()
        {
            var c = new RootBarControler(this);

            _task(c);

            Invoke(new Action(Close));
        }