2020-10-26 17:20:01 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace RGBController2.ViewModels.LightingModes
|
|
|
|
|
{
|
2020-11-08 13:08:52 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// The view model for the AnimationView.
|
|
|
|
|
/// </summary>
|
2020-10-26 17:20:01 +00:00
|
|
|
|
public class AnimationViewModel : BaseViewModel
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|