14 lines
272 B
C#
14 lines
272 B
C#
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
|
|
{
|
|
}
|
|
}
|