feat: 初始功能
This commit is contained in:
6
Services/Printing/IPrinterStatusReader.cs
Normal file
6
Services/Printing/IPrinterStatusReader.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace CloudPrint.Client.Services.Printing;
|
||||
|
||||
public interface IPrinterStatusReader
|
||||
{
|
||||
PrinterStatusSnapshot Read(string printerName);
|
||||
}
|
||||
Reference in New Issue
Block a user