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