Files
point_of_sale/PointOfSale/Utilities/ESCPOS_NET/Printers/VirtualPrinter.cs
Bjarne Pedersen 41e23b6184 Initial commit
Initial commit til Git.
V2 er deployed
2026-06-13 17:31:50 +02:00

10 lines
154 B
C#

// TODO: Implement this class
namespace ESCPOS_NET
{
public class VirtualPrinter
{
public byte[] Output { get; private set; }
}
}