コード例 #1
0
 private void AnimateIn(IAnimation animation)
 {
     animation.In(EnumMapper.GetThemeByName(Theme), _notifierArea);
 }