raghava231
Friday, 28 October 2011
Alternate for Oninit Method
CommonUtils commonUtil;
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
commonUtil = new CommonUtils();
}
public wpCaptureServices()
{
commonUtil = new CommonUtils();
}
Both Methods are same
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment