Sicherung
This commit is contained in:
20
FSI.BT.Tools/Settings/ICmd.cs
Normal file
20
FSI.BT.Tools/Settings/ICmd.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FSI.BT.Tools.Settings
|
||||
{
|
||||
public class Cmd
|
||||
{
|
||||
public interface ICmd
|
||||
{
|
||||
string Cmd { get; set; }
|
||||
|
||||
IEnumerable<Exe.IExe> Exe { get; }
|
||||
IEnumerable<String> Urls { get; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user