работает при разделенной абстракции и реализации
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using mROA.Implementation;
|
||||
|
||||
namespace Example.Shared;
|
||||
|
||||
[SharedObjectInterface]
|
||||
public interface IPrinter
|
||||
{
|
||||
string GetName();
|
||||
TransmittedSharedObject<IPage> Print(string text);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user