T
trint
static void PrinterStatus(string[] args)
(
....code
}
I tried this:
PrinterStatus();
and get this error:
No overload for method 'PrinterStatus' takes '0' arguments
thanks,
Trint
(
....code
}
I tried this:
PrinterStatus();
and get this error:
No overload for method 'PrinterStatus' takes '0' arguments
thanks,
Trint