Attachmate.Reflection.Emulation.Common Namespace > Theme Class : Load Method |
class Program { private Theme theme; public Theme ApplicationTheme { set{theme = value;} } public void LoadTheme() { if(theme != null) { theme.Load("C:\\..");//path of the new theme. } } }