Example #1
0
        public void TemplateControl_EvalException()
        {
            PokerTemplateControl t = new PokerTemplateControl();

            t.Page = new Page();
            t.DoEval(null);
        }
Example #2
0
		public void TemplateControl_EvalException ()
		{
			PokerTemplateControl t = new PokerTemplateControl ();
			t.Page = new Page ();
			t.DoEval (null);
		}