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