using System; namespace XMainClient.UI { internal enum QteUIType { Bind, Abnormal, Charge } }