Ejemplo n.º 1
0
    //protected void Page_Load(object sender, EventArgs e)
    //{

    //}

    #region ISmartPartInfoProvider Members

    public ISmartPartInfo GetSmartPartInfo(Type smartPartInfoType)
    {
        var spinfo = new TaskPaneSmartPartInfo(string.Empty, string.Empty, ContextDisplayMode.NoContext, new string[] { }, false);

        return(spinfo as ISmartPartInfo);
    }
    public ISmartPartInfo GetSmartPartInfo(Type smartPartInfoType)
    {
        var spinfo = new TaskPaneSmartPartInfo(string.Empty, string.Empty, ContextDisplayMode.NoContext, new string[] { }, false);

        return spinfo as ISmartPartInfo;
    }