Exemple #1
0
 public UserSettings()
 {
     Appearance   = new ConfigAppearance();
     Tail         = new Configuration();
     Application  = new ConfigApplication();
     Highlighters = new List <Highlighter>();
 }
Exemple #2
0
 public UserSettings()
 {
     Appearance = new ConfigAppearance();
     Tail = new Configuration();
     Application = new ConfigApplication();
     Highlighters = new List<Highlighter>();
 }