/// true if managed resources should be disposed; otherwise, false.
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..
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashok KumarPosted Dec 18, 2015, 7:50 AM
Ashok KumarPosted Dec 18, 2015, 7:47 AM
Rajeesh MenothPosted Dec 18, 2015, 7:45 AM