ActivEarth.Groups.Groups.CreateGroup C# (CSharp) 메소드

CreateGroup() 보호된 메소드

Method called when the Create Group Button is clicked. Redirects the User to the Create Group page.
protected CreateGroup ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void
        protected void CreateGroup(object sender, EventArgs e)
        {
            Response.Redirect("~/Groups/CreateGroup.aspx");
        }