Changes between Version 2 and Version 3 of maestro/MaestroAPI/samples/4.0/CreateRuntimeMap
- Timestamp:
- 01/22/13 18:13:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/samples/4.0/CreateRuntimeMap
v2 v3 7 7 (C#) 8 8 {{{ 9 9 #!text/x-csharp 10 10 IServerConnection conn = ConnectionProviderRegistry.CreateConnection("Maestro.Http", 11 11 "Username", "Administrator", … … 56 56 (C#) 57 57 {{{ 58 58 #!text/x-csharp 59 59 IServerConnection conn = ConnectionProviderRegistry.CreateConnection("Maestro.Http", 60 60 "Username", "Administrator", … … 75 75 (C#) 76 76 {{{ 77 77 #!text/x-csharp 78 78 IServerConnection conn = ConnectionProviderRegistry.CreateConnection("Maestro.Http", 79 79 "Username", "Administrator", … … 100 100 (C#) 101 101 {{{ 102 102 #!text/x-csharp 103 103 IServerConnection conn = ConnectionProviderRegistry.CreateConnection("Maestro.Http", 104 104 "Username", "Administrator",