예제 #1
0
        public void TestMethod1()
        {
            DbManagerFactory.SetSqlFactory(Config.GetSetting("TestConnectionString", ""));
            long?id = null;

            BaseFormManager.ShowNormal(typeof(TestPanelUI), ref id);
        }
예제 #2
0
 public void RunNormalTest()
 {
     BaseFormManager.ShowNormal(typeof(TestPanelUI), TestTable.CreateInstance(), null, 700, 500);
     //BaseFormManager.ShowNormal(typeof(TestTable), null, null, 700, 500);
 }