Example #1
0
 private void PunchInBnt_Click(object sender, EventArgs e)
 {
     CRySTALTimeCard.TimeCardServiceClient tcc = new CRySTALClient.CRySTALTimeCard.TimeCardServiceClient();
     tcc.StampShiftStart(this.sessionID, SelectJobRole.GetJobRole());
     tcc.Close();
 }