mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-20 14:22:29 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace DownKyi
|
|
{
|
|
public class AppConstant
|
|
{
|
|
public const string ClipboardId = "32ff00b1-1a09-4b25-9ca7-dcb6914b141c";
|
|
}
|
|
}
|