Example #1
0
        public FormMonitor()
        {
            InitializeComponent();
            
            UpdateThreadListDelegate = new UpdateThreadListType(UpdateThreadList);
            AddThreadBlockDelegate = new AddThreadBlockType(AddThreadBlock);

            WindowPosition.Deserialize(this, Global.windowPosition.MonitorFormPosition);
        }
Example #2
0
        public FormMonitor()
        {
            InitializeComponent();

            UpdateThreadListDelegate = new UpdateThreadListType(UpdateThreadList);
            AddThreadBlockDelegate   = new AddThreadBlockType(AddThreadBlock);

            WindowPosition.Deserialize(this, Global.windowPosition.MonitorFormPosition);
        }