ClientStrings
                    class ClientStrings
                
                using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.Resources;
using System.Runtime.CompilerServices;
namespace Relativity.Transfer.Resources
{
    [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [DebuggerNonUserCode]
    [CompilerGenerated]
    internal class ClientStrings
    {
        private static ResourceManager resourceMan;
        private static CultureInfo resourceCulture;
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        internal static ResourceManager ResourceManager {
            get {
                if (resourceMan == null)
                    resourceMan = new ResourceManager("Relativity.Transfer.Resources.ClientStrings", typeof(ClientStrings).Assembly);
                return resourceMan;
            }
        }
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        internal static CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        internal static string ClientConfigurationDocsMefExceptionMessage => ResourceManager.GetString("ClientConfigurationDocsMefExceptionMessage", resourceCulture);
        internal static string NoTransferClientsFoundExceptionMessage => ResourceManager.GetString("NoTransferClientsFoundExceptionMessage", resourceCulture);
        internal static string NoTransferClientsSupportedMessage => ResourceManager.GetString("NoTransferClientsSupportedMessage", resourceCulture);
        internal static string RelativityVersionNotSupportedExceptionMessage => ResourceManager.GetString("RelativityVersionNotSupportedExceptionMessage", resourceCulture);
        internal static string TransferClientIdArgumentExceptionMessage => ResourceManager.GetString("TransferClientIdArgumentExceptionMessage", resourceCulture);
        internal static string TransferClientMefExceptionMessage => ResourceManager.GetString("TransferClientMefExceptionMessage", resourceCulture);
        internal static string TransferClientMetadataMefExceptionMessage => ResourceManager.GetString("TransferClientMetadataMefExceptionMessage", resourceCulture);
        internal static string TransferClientNotFoundExceptionMessage => ResourceManager.GetString("TransferClientNotFoundExceptionMessage", resourceCulture);
        internal ClientStrings()
        {
        }
    }
}