еще один шаг до последнего шага
This commit is contained in:
@@ -8,5 +8,7 @@ namespace Example.Shared;
|
||||
public interface IPrinterFactory
|
||||
{
|
||||
SharedObject<IPrinter> Create(string printerName);
|
||||
void Register(SharedObject<IPrinter> printer);
|
||||
SharedObject<IPrinter> GetPrinterByName(string printerName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user