You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
downkyi/DownKyi/AppConstant.cs

8 lines
148 B

namespace DownKyi
{
public class AppConstant
{
public const string ClipboardId = "32ff00b1-1a09-4b25-9ca7-dcb6914b141c";
}
}