using System;
using System.Collections.Generic;
using System.Text;
namespace RGBController2.ViewModels.LightingModes
{
/// <summary>
/// The view model for the AnimationView.
/// </summary>
public class AnimationViewModel : BaseViewModel
}