Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Created January 28, 2013 13:52
Show Gist options
  • Save devendrasv/4655638 to your computer and use it in GitHub Desktop.
Save devendrasv/4655638 to your computer and use it in GitHub Desktop.
using System;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
namespace SharePoint_webpart.Projects
{
[ToolboxItemAttribute(false)]
public class Projects : WebPart
{
protected override void CreateChildControls()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment