SharpSchedule

ScheduleIndex.DesignShape_Click Method 

Forward to the form that will help design the general layout of the weekly schedule, or the "shape" of the weekly schedule. This shape will be used to replicate over the quarter in a specified pattern.

[Visual Basic]
Public Sub DesignShape_Click( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
public void DesignShape_Click(
   object sender,
   EventArgs e
);

Parameters

sender
Missing <param> documentation for sender
e
Missing <param> documentation for e

See Also

ScheduleIndex Class | Ozanam.Schedule.Web.Manage.Schedule Namespace