using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Thousandto.Launcher.Form { /// /// 加载样式 /// public enum LoadStyleCode { //假的 Fake = 0, //真的 Real = 1, //下载 Download = 2, } }