private FontSettingItem NewFontSetting(string windowType, string fontName, int fontSize) { FontSettingItem f = new FontSettingItem(); f.WindowType = windowType; f.FontName = fontName; f.FontSize = fontSize; return(f); }
private FontSettingItem NewFontSetting(string windowType, string fontName, int fontSize) { FontSettingItem f = new FontSettingItem(); f.WindowType = windowType; f.FontName = fontName; f.FontSize = fontSize; return f; }