SharpSchedule

PlanControl.AddStaff_Click Method 

Associate a staff with the given plan if the staff does not already exist in the plan.

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

Parameters

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

See Also

PlanControl Class | Ozanam.Schedule.Web.Controls Namespace