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
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)