like :
internal sealed class myclass
{
publc bool mymethod()
{
return true;
}
}
i want to call 'mymethod()' in other class..
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.
Ankit SharmaPosted Dec 14, 2017, 9:24 AM
sudheer kumarPosted Dec 14, 2017, 9:06 AM
Ankit SharmaPosted Dec 14, 2017, 8:58 AM