namespace CSFrameworkV5.Interfaces { /// /// 消息显示接口 /// public interface IMsg { /// /// 显示消息 /// /// void UpdateMessage(string msg); } }