예제 #1
0
 public WatchForm()
 {
     InitializeComponent();
     Instance = this;
     WatchGrid.CellValueNeeded += WatchGrid_CellValueNeeded;
 }