Example #1
0
        public TestDllForm()
        {
            TestForm  tForm = new TestForm();
            tForm.ShowDialog() ;

            // TODO: Add constructor logic here
            //
        }
Example #2
0
        public TestDllForm()
        {
            TestForm tForm = new TestForm();

            tForm.ShowDialog();

            // TODO: Add constructor logic here
            //
        }