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