Esempio n. 1
0
        public void TestMethod()
        {
            TestForm dialog = new TestForm();

            dialog.ShowDialog();
            Assert.IsTrue(true);
        }
		public void TestMethod()
		{
			TestForm dialog = new TestForm();
			dialog.ShowDialog();
			Assert.IsTrue(true);
		}