Sicherung
This commit is contained in:
@@ -18,12 +18,10 @@ namespace FSI.BT.Tools.Settings
|
||||
|
||||
IEnumerable<Folder.IFolder> Folders { get; }
|
||||
|
||||
// IEnumerable<TxtToClip.ITxtToClip> TxtToClip { get; }
|
||||
|
||||
[Option(Alias = "Folders")]
|
||||
string GetFolderByName(string fodlerName, string keyName);
|
||||
|
||||
IEnumerable<TxtToClip.ITxtToClip> TxtToClip { get; }
|
||||
|
||||
//[Option(Alias = "Folders")]
|
||||
//string GetFolderByName(string fodlerName, string keyName);
|
||||
}
|
||||
|
||||
public static (string path, string description) GetFolderByName(IEnumerable<Folder.IFolder> folders, string name)
|
||||
|
||||
@@ -8,6 +8,6 @@ namespace FSI.BT.Tools.Settings
|
||||
{
|
||||
public class TxtToClip
|
||||
{
|
||||
// public interface ITxtToClip : Lib.Guis.TxtToClip.Mgt.Model.IInterface { }
|
||||
public interface ITxtToClip : Lib.Guis.TxtToClip.Mgt.IInterface { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user