Exemple #1
0
 public ContentTemplate(string name, string shortcut, string content, ContentTemplateMode mode)
 {
     this.name     = name;
     this.shortcut = shortcut;
     this.content  = content;
     this.mode     = mode;
 }
 public ContentTemplate(string name, string shortcut, string content, ContentTemplateMode mode)
 {
     this.name = name;
     this.shortcut = shortcut;
     this.content = content;
     this.mode = mode;
 }
Exemple #3
0
 public ContentTemplate()
 {
     name     = string.Empty;
     shortcut = string.Empty;
     content  = string.Empty;
     mode     = ContentTemplateMode.CustomText;
 }
 public ContentTemplate()
 {
     name = string.Empty;
     shortcut = string.Empty;
     content = string.Empty;
     mode = ContentTemplateMode.CustomText;
 }