Ashok Kumar

Ashok Kumar

  • NA
  • 60
  • 9.7k

error in c# design code

Dec 18 2015 7:20 AM
/// <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)