Exemplo n.º 1
0
        void frmDatabase_OutputCode(Model.Database db)
        {
            OutputCodeForm frm = new OutputCodeForm(db);

            frm.ShowDebug += new Action <string, string, bool>(frm_ShowDebug);
            frm.Show(MainForm.dockPanel);
        }
Exemplo n.º 2
0
        void frmDatabase_OutputCode(Model.Database db)
        {
            OutputCodeForm frm = new OutputCodeForm(db);

            frm.ShowReadmeOfTemplate += new Action <string>(ShowTemplateReadme);
            frm.Show(MainForm.dockPanel);
        }