mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 10:15:01 +00:00
Combining repos
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//using System;
|
||||
//using System.Collections.Generic;
|
||||
//using System.Linq;
|
||||
//using System.Text;
|
||||
//using Crestron.SimplSharp;
|
||||
|
||||
//namespace PepperDash.Essentials.Core
|
||||
//{
|
||||
// public interface IPresetsFileChanged : IKeyed
|
||||
// {
|
||||
// public event EventHandler<PresetsFileChangeEventArgs> PresetsFileChanged;
|
||||
// }
|
||||
|
||||
// public class PresetsFileChangeEventArgs : EventArgs
|
||||
// {
|
||||
// public string FilePath { get; private set; }
|
||||
// public PresetsFileChangeEventArgs(string filePath)
|
||||
// {
|
||||
// FilePath = filePath;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user