Очищен вывод в консоль
This commit is contained in:
@@ -11,6 +11,5 @@ namespace Example.Shared
|
|||||||
{
|
{
|
||||||
string GetName();
|
string GetName();
|
||||||
Task<IPage> Print(string text, CancellationToken cancellationToken);
|
Task<IPage> Print(string text, CancellationToken cancellationToken);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -305,7 +305,6 @@ namespace mROA.Cbor
|
|||||||
|
|
||||||
if (type.IsInterface)
|
if (type.IsInterface)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Interface");
|
|
||||||
|
|
||||||
var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type);
|
var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type);
|
||||||
var so =
|
var so =
|
||||||
|
|||||||
Reference in New Issue
Block a user