-
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PaintDotNet.Preview2
- {
- public static class CommonDefine
- {
- public const string Preview2Root = @"\Preview2\";
- public const string Preview2ConfigFile = Preview2Root + "Preview2Config.xml";
- }
- }
|