Exemplo n.º 1
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            help =
                new helper();

            websrv =
                new CECInputFormService();
        }
Exemplo n.º 2
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            if (ps == null)
            {
                ps = new CECHarmPublicService();
            }

            if (help == null)
            {
                help = new helper();
            }

            clearedCohorts  = new ArrayList();
            listAttachments = new ArrayList();
        }
Exemplo n.º 3
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            help = new helper();
        }