public WatchForm() { InitializeComponent(); Instance = this; WatchGrid.CellValueNeeded += WatchGrid_CellValueNeeded; }