Exemplo n.º 1
0
        public NotificationsList()
        {
            InitializeComponent();
            clsNoti = new CeUserNotificationsClass();
            fillList();
            myPwrNot        = new PWRNOTIFICATIONS.PowerNotifications();
            myPwrNot.OnMsg += new PWRNOTIFICATIONS.PowerNotifications.OnMsgHandler(myPwrNot_OnMsg);
            myPwrNot.Start();

            this.treeView1.AfterSelect += new TreeViewEventHandler(treeView1_AfterSelect);
        }
        public NotificationsList()
        {
            InitializeComponent();
            clsNoti = new CeUserNotificationsClass();
            fillList();
            myPwrNot = new PWRNOTIFICATIONS.PowerNotifications();
            myPwrNot.OnMsg += new PWRNOTIFICATIONS.PowerNotifications.OnMsgHandler(myPwrNot_OnMsg);
            myPwrNot.Start();

            this.treeView1.AfterSelect += new TreeViewEventHandler(treeView1_AfterSelect);
        }