Adds IInterface

This commit is contained in:
Cyberboss
2017-11-06 12:50:02 -05:00
parent 68aff86f05
commit f0c93a368d
10 changed files with 112 additions and 63 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ namespace TGCommandLine
abstract class ConsoleCommand : Command
{
/// <summary>
/// The <see cref="TGServiceInterface.Interface"/> currently in use by the <see cref="Program"/>
/// The <see cref="IInterface"/> currently in use by the <see cref="Program"/>
/// </summary>
public static Interface Interface;
public static IInterface Interface;
}
}