public FormMonitor() { InitializeComponent(); UpdateThreadListDelegate = new UpdateThreadListType(UpdateThreadList); AddThreadBlockDelegate = new AddThreadBlockType(AddThreadBlock); WindowPosition.Deserialize(this, Global.windowPosition.MonitorFormPosition); }