Esempio n. 1
0
 public static Font GetFont(string name, Font defaultValue)
 {
     return(SettingsContainer.GetFont(name, defaultValue));
 }