I do not know how to do it. There are two printers. They need to print documents at the same time. Actually the algorithm can be; If you are printing something on the system, the two printers reprint this document.
foreach (string printer in System.Drawing.Printing.PrinterSettings.InstalledPrinters)
{
if (printer == "ZJ-58")
{
}
if (printer == "ZJ-58-2")
{
}
}