| 12345678910111213141516171819 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using System.IO;
- namespace BulkPrinting
- {
- public static class Configuration
- {
- public const string ServerDN = "196.31.118.146";//"localhost";
- public const string ServerPort = "443";//"50069";
- public const string MaxDBFileName = "maxdata.dat";
- public const string MaxDataPathName = "M@X";
- //public const IDictionary<string>
- }
- }
|