카테고리 없음2009. 3. 20. 14:50

1

     ////Common.ChildForm form = null;

                    //try
                    //{
                    //    object obj = ass.CreateInstance(formName);
                    //    form = (Common.ChildForm)obj;
                    //}
                    //catch (System.InvalidCastException ex)
                    //{
                    //    MessageBox.Show(ex.Message);
                    //}

                    //if (form != null)
                    //{
                    //    form.Text = menuItem.Text;

                    //    form.Text = menuDescription.frmDescription;

                    //    // New Mdi Form Show
                    //    ShowMdiForm(form, form.Text, form.Text);
                    //}
                    //else
                    //{
                    //    MessageBox.Show("메뉴 준비중입니다.");
                    //}

Posted by penguindori