3
Answers

error in c# design code

Ashok Kumar

Ashok Kumar

9y
357
1
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
error:
Error 2 'dataentry.Form1.Dispose(bool)': no suitable method found to override 
please solve this.. 
 
Answers (3)