2011-07-12 07:00:48 +00:00
|
|
|
|
namespace Tanshu.Accounts.Print
|
|
|
|
|
{
|
|
|
|
|
// Cut Code for the printer Alt-29, Alt-86, Alt-49
|
|
|
|
|
internal abstract class PlatformPrinter
|
|
|
|
|
{
|
2018-05-17 10:22:27 +00:00
|
|
|
|
internal abstract bool Print(string documentName, string printingText);
|
2011-07-12 07:00:48 +00:00
|
|
|
|
}
|
2018-08-24 10:41:33 +00:00
|
|
|
|
}
|