Initial commit
Initial commit til Git. V2 er deployed
This commit is contained in:
11
PointOfSale/Utilities/ESCPOS_NET/Utils/Consts.cs
Normal file
11
PointOfSale/Utilities/ESCPOS_NET/Utils/Consts.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ESCPOS_NET.Utils
|
||||
{
|
||||
public static class Consts
|
||||
{
|
||||
public static readonly string LIBNAME = "ESCPOS_NET";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user