Exemplo n.º 1
0
        public EditorTab CreateNewDocumentWithTemplate(string TemplateFile)
        {
            int       count = EditorTabCount + 1;
            EditorTab db    = new EditorTab(this);

            db.CreateNewDocumentWithTemplate(rm.GetString("defaultFileName") + count, TemplateFile);
            return(db);
        }