Пример #1
0
		public override void ViewDidLoad ()
		{
			base.ViewDidLoad ();
			// Perform any additional setup after loading the view, typically from a nib.


			var tests = new TestsSample ();
			tests.Setup ();
			tests.DoTest ();
		}
Пример #2
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // Perform any additional setup after loading the view, typically from a nib.


            var tests = new TestsSample();

            tests.Setup();
            tests.DoTest();
        }