namespace IStation.WinFrmUI { /// /// 主界面显示操作提示 /// public interface IShowCmdOperateInfo { void ShowCmdOperateInfo(string content, int type); } }