Changeset 1189
- Timestamp:
- May 16, 2011, 9:36:04 AM (14 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
r1186 r1189 2221 2221 if (!_canCancel) 2222 2222 { 2223 MessageBox.Show(this, "You cannot cancel this request. It has either been discontinued, or registered for an examination");2223 MessageBox.Show(this, "This appointment cannot be cancelled.\nReason:\nThe exam associated with this appointment is active."); 2224 2224 return; 2225 2225 }
Note:
See TracChangeset
for help on using the changeset viewer.