Пример #1
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 public ChatMasterControlContext(ResourceDictionary resources)
 {
     MODEL = new ChatMasterControlDataTemplate(resources);
     THEME_LISTENER.ThemeChanged += THEME_LISTENER_ThemeChanged;
     LoadSettings();
 }
Пример #2
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 public ChatMasterControlContext(ResourceDictionary resources)
 {
     this.MODEL = new ChatMasterControlDataTemplate(resources);
     this.THEME_LISTENER.ThemeChanged += THEME_LISTENER_ThemeChanged;
 }