билдится на старом дотнете
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using mROA.Implementation;
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared;
|
||||
|
||||
[SharedObjectInterface]
|
||||
public interface IPrinter
|
||||
namespace Example.Shared
|
||||
{
|
||||
string GetName();
|
||||
Task<SharedObject<IPage>> Print(string text, CancellationToken cancellationToken);
|
||||
[SharedObjectInterface]
|
||||
public interface IPrinter
|
||||
{
|
||||
string GetName();
|
||||
Task<SharedObject<IPage>> Print(string text, CancellationToken cancellationToken);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user