Changeset 1121
- Timestamp:
- Mar 29, 2011, 6:07:31 AM (14 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs
r1117 r1121 503 503 504 504 //if version numbers mismatch, don't continue. 505 //TODO: For future: Include in v. 1.5 506 /* 507 if (!(x.Major.ToString() == sMajor && x.Minor.ToString() + x.Build.ToString() == sMinor)) 505 if (!(x.Major.ToString() == sMajor && x.Minor.ToString() == sMinor)) 508 506 { 509 507 MessageBox.Show( … … 512 510 "Major, Minor and Build versions must match", 513 511 "Version Mismatch"); 514 m_ds.Close(); 515 return; 516 } 517 */ 512 closeSplashDelegate(); 513 return false; 514 } 518 515 519 516 -
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user
r1117 r1121 37 37 </RemoteDebugMachine> 38 38 <StartAction>Project</StartAction> 39 <StartArguments>/s=1 72.16.16.108 /p=9250 /a=BASMA.ALDWAIRI /v=SELEN.123 /culture=ar-JO</StartArguments>39 <StartArguments>/s=192.168.56.101 /p=9260 /a=shabiel12 /v=catdog.77</StartArguments> 40 40 <StartPage> 41 41 </StartPage>
Note:
See TracChangeset
for help on using the changeset viewer.