Added tray icon support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace PrintServiceTray.Models;
|
||||
|
||||
public class QueueStatusRequest
|
||||
{
|
||||
public string Command { get; set; } = "GetQueueStatus";
|
||||
}
|
||||
Reference in New Issue
Block a user