Esempio n. 1
0
		public void TemplateControl_LoadControlException()
		{
			PokerTemplateControl t = new PokerTemplateControl ();
			t.LoadControl (null);
		}
Esempio n. 2
0
        public void TemplateControl_LoadControlException()
        {
            PokerTemplateControl t = new PokerTemplateControl();

            t.LoadControl(null);
        }
Esempio n. 3
0
		public static void LoadControlTest (Page p)
		{
			PokerTemplateControl t = new PokerTemplateControl ();
			p.Form.Controls.Add (t.LoadControl ("TemplateUserControl.ascx"));
		}
Esempio n. 4
0
        public static void LoadControlTest(Page p)
        {
            PokerTemplateControl t = new PokerTemplateControl();

            p.Form.Controls.Add(t.LoadControl("TemplateUserControl.ascx"));
        }