Exemplo n.º 1
0
 public wndEnvCfg()
 {
     Win32Locator.KickOffEnumWindows();
     InitializeComponent();
     TbLogTrace log = new TbLogTrace(this);
     Trace.Listeners.Add(log);
     this.TopMost = true;
 }
Exemplo n.º 2
0
        public wndEnvCfg()
        {
            Win32Locator.KickOffEnumWindows();
            InitializeComponent();
            TbLogTrace log = new TbLogTrace(this);

            Trace.Listeners.Add(log);
            this.TopMost = true;
        }