- add iDriver

master
Simon G 5 years ago
parent 0f5085d588
commit 9a989cac24
  1. 14
      Lib.Driver/Interfaces/IDriver.cs

@ -0,0 +1,14 @@
// Author: Simon Gockner
// Created: 2021-04-10
// Copyright(c) 2021 SimonG. All Rights Reserved.
using System.Collections.Generic;
using Lib.Driver.Xml;
namespace Lib.Driver.Interfaces
{
public interface IDriver
{
List<XmlChannel>? Channels { get; }
}
}
Loading…
Cancel
Save