コード例 #1
0
ファイル: TemplateControlTest.cs プロジェクト: nobled/mono
		public void TemplateControl_LoadControlException()
		{
			PokerTemplateControl t = new PokerTemplateControl ();
			t.LoadControl (null);
		}
コード例 #2
0
        public void TemplateControl_LoadControlException()
        {
            PokerTemplateControl t = new PokerTemplateControl();

            t.LoadControl(null);
        }
コード例 #3
0
ファイル: TemplateControlTest.cs プロジェクト: nobled/mono
		public static void LoadControlTest (Page p)
		{
			PokerTemplateControl t = new PokerTemplateControl ();
			p.Form.Controls.Add (t.LoadControl ("TemplateUserControl.ascx"));
		}
コード例 #4
0
        public static void LoadControlTest(Page p)
        {
            PokerTemplateControl t = new PokerTemplateControl();

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