C# Класс Nanook.TheGhost.ProjectSettings

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
LoadSettings ( ) : void
LoadSongXmlSettings ( string filename, ProjectSong song ) : void
ProjectSettings ( Project project ) : System
ProjectSettings ( string projectFile, Project project ) : System
Save ( ) : void
SaveAs ( string filename ) : void
loadSetting ( AppSettingsSection app, string item ) : string
loadSetting ( AppSettingsSection app, string item, string defaultItem ) : string
loadSongFragment ( DirectoryInfo pDir, XmlReader xml, ProjectSong song ) : void
pathAbsToRel ( string filename, DirectoryInfo pDir, bool noPath ) : string
pathRelToAbs ( string path, DirectoryInfo pDir ) : string
saveSetting ( AppSettingsSection app, string name, string value ) : void
saveSongFragment ( DirectoryInfo pDir, XmlWriter xml, ProjectSong ps, string version, string filename ) : void
saveXmlSetting ( AppSettingsSection app, string name, string value ) : void