prog.cs(4,14): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing an assembly reference?
prog.cs(8,24): error CS0234: The type or namespace name `Tasks' does not exist in the namespace `System.Threading'. Are you missing an assembly reference?
prog.cs(9,14): error CS0234: The type or namespace name `Windows' does not exist in the namespace `System'. Are you missing an assembly reference?
prog.cs(32,29): error CS0246: The type or namespace name `DataGridViewCheckBoxCell' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(34,116): error CS0246: The type or namespace name `DataGridViewElementStates' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(34,211): error CS0246: The type or namespace name `DataGridViewCellStyle' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(34,244): error CS0246: The type or namespace name `DataGridViewAdvancedBorderStyle' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(34,254): error CS0246: The type or namespace name `DataGridViewPaintParts' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(42,48): error CS0246: The type or namespace name `DataGridViewCellEventArgs' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 9 error(s), 0 warnings