Shuxia Ning
2025-02-13 2f1cbec203dcff25df7a5c2b51b13ec558f2c3db
1
2
3
4
5
6
7
8
namespace IStation.Win
{
    public enum eSplashScreenCommand
    {
        Caption,
        Description
    }
}