using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.WinFrmUI { /// /// 主界面显示操作提示 /// public interface IShowCmdOperateInfo { void ShowCmdOperateInfo(string content, int type); } }