Example #1
0
 protected virtual void OnApplyTheme(
     AppTheme theme)
 {
     this.Renderer.OnApplyTheme(theme);
 }
Example #2
0
 protected virtual void OnApplyTheme(
     AppTheme theme)
 {
 }
Example #3
0
 private void Application_ThemeChanged(
     object sender,
     AppTheme theme)
 {
     this.OnApplyTheme(theme);
 }