начало разделенных контекстов
This commit is contained in:
@@ -10,4 +10,5 @@ public interface ILoadTest
|
||||
int Last(int next);
|
||||
void C();
|
||||
void A();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
using System.Collections.Frozen;
|
||||
using mROA.Implementation;
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
@@ -7,4 +8,5 @@ namespace Example.Shared;
|
||||
public interface IPrinterFactory
|
||||
{
|
||||
TransmittedSharedObject<IPrinter> Create(string printerName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user