How can I use the class EPSON_Impresora_Fiscal.PrinterFiscal
from Epson OCX in C#?
Currently, I'm traying to do this:
EPSON_Impresora_Fiscal.PrinterFiscal printerfiscal1 = new EPSON_Impresora_Fiscal.PrinterFiscal();
printerfiscal1.FeedPaper("A", "5");
But I'm getting the following error in compile time:
The type 'EPSON_Impresora_Fiscal.PrinterFiscalClass' has no constructors defined