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");
        }