using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
//----------------------------------------------------------------
//Module Name: $safeprojectname$
//Purpose:
//CopyRight: Muchinfo
//History:
//----------------------------------------------------------------
//DateTime 2016/2/3 17:35:24
//Author
//Description Create
//----------------------------------------------------------------
using Muchinfo.MTPClient.Data;
namespace Muchinfo.MTPClient.Account
{
public interface IViewOperate
{
///
/// 菜单调用操作
///
///
void ShowView(SysMenuItem item);
}
}