WingMan – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 59... Line 59...
59 resourceCulture = value; 59 resourceCulture = value;
60 } 60 }
61 } 61 }
Line 62... Line 62...
62 62
-   63 /// <summary>
-   64 /// Looks up a localized string similar to Client connected.
-   65 /// </summary>
-   66 internal static string Client_connected {
-   67 get {
-   68 return ResourceManager.GetString("Client_connected", resourceCulture);
-   69 }
-   70 }
-   71
-   72 /// <summary>
-   73 /// Looks up a localized string similar to Client connection failed.
-   74 /// </summary>
-   75 internal static string Client_connection_failed {
-   76 get {
-   77 return ResourceManager.GetString("Client_connection_failed", resourceCulture);
-   78 }
-   79 }
-   80
-   81 /// <summary>
-   82 /// Looks up a localized string similar to Client disconnected.
-   83 /// </summary>
-   84 internal static string Client_disconnected {
-   85 get {
-   86 return ResourceManager.GetString("Client_disconnected", resourceCulture);
-   87 }
-   88 }
-   89
63 /// <summary> 90 /// <summary>
64 /// Looks up a localized string similar to Client started. 91 /// Looks up a localized string similar to Client started.
65 /// </summary> 92 /// </summary>
66 internal static string Client_started { 93 internal static string Client_started {
67 get { 94 get {
68 return ResourceManager.GetString("Client_started", resourceCulture); 95 return ResourceManager.GetString("Client_started", resourceCulture);
69 } 96 }
Line 70... Line 97...
70 } 97 }
-   98
-   99 /// <summary>
-   100 /// Looks up a localized string similar to Client subscribed to topic.
-   101 /// </summary>
-   102 internal static string Client_subscribed_to_topic {
-   103 get {
-   104 return ResourceManager.GetString("Client_subscribed_to_topic", resourceCulture);
-   105 }
-   106 }
-   107
-   108 /// <summary>
-   109 /// Looks up a localized string similar to Client unsubscribed from topic.
-   110 /// </summary>
-   111 internal static string Client_unsubscribed_from_topic {
-   112 get {
-   113 return ResourceManager.GetString("Client_unsubscribed_from_topic", resourceCulture);
-   114 }
-   115 }
71 116
72 /// <summary> 117 /// <summary>
73 /// Looks up a localized string similar to Connect. 118 /// Looks up a localized string similar to Connect.
74 /// </summary> 119 /// </summary>
75 internal static string Connect { 120 internal static string Connect {