예제 #1
0
        public HoveringWindow(Form owner)
        {
            InitializeComponent();
            this.owner = owner;
            //this.owner.Click += new EventHandler(control_LostFocus);
            tvList.GotFocus += new EventHandler(listBox1_GotFocus);

            TagsLoader tagsLoader = new TagsLoader();
            this.tagsStorage = tagsLoader.LoadTags();
        }
예제 #2
0
        public HoveringWindow(Form owner)
        {
            InitializeComponent();
            this.owner = owner;
            //this.owner.Click += new EventHandler(control_LostFocus);
            tvList.GotFocus += new EventHandler(listBox1_GotFocus);

            TagsLoader tagsLoader = new TagsLoader();

            this.tagsStorage = tagsLoader.LoadTags();
        }