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