Exemplo n.º 1
0
 private void ApplyThemeCustom_Implementation(UIThemeInfo themeData)
 {
     BackColor           = themeData.AccentColor;
     MainPanel.BackColor = themeData.BackColor;
 }
Exemplo n.º 2
0
 private void ApplyThemeCustom_Implementation(UIThemeInfo themeData)
 {
     ExitButton.BackColor = themeData.LightBackColor;
 }
Exemplo n.º 3
0
 private void OnThemeChanged_Implementation(UIThemeInfo themeData)
 {
     return;
 }
Exemplo n.º 4
0
 private void ApplyThemeCustomType_Implementation(UIThemeInfo themeData)
 {
 }
Exemplo n.º 5
0
 private void OnThemeChanged_Implementation(UIThemeInfo currentTheme)
 {
 }