1 //---------------------------------------------------------------------
2 // This file is part of the Windows Workflow Foundation SDK Code Samples.
4 // Copyright (C) Microsoft Corporation. All rights reserved.
6 //This source code is intended only as a supplement to Microsoft
7 //Development Tools and/or on-line documentation. See these other
8 //materials for detailed information regarding Microsoft code samples.
10 //THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 //KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 //IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
14 //---------------------------------------------------------------------
16
//------------------------------------------------------------------------------
18 // This code was generated by a tool.
19 // Runtime Version:2.0.50727.42
21 // Changes to this file may cause incorrect behavior and will be lost if
22 // the code is regenerated.
24 //------------------------------------------------------------------------------
26 namespace Microsoft
.Samples
.Workflow
.SendEmail
.Properties
{
31 /// A strongly-typed resource class, for looking up localized strings, etc.
33 // This class was auto-generated by the StronglyTypedResourceBuilder
34 // class via a tool like ResGen or Visual Studio.
35 // To add or remove a member, edit your .ResX file then rerun ResGen
36 // with the /str option, or rebuild your VS project.
37 [global::System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
38 [global::System
.Diagnostics
.DebuggerNonUserCodeAttribute()]
39 [global::System
.Runtime
.CompilerServices
.CompilerGeneratedAttribute()]
40 internal class Resources
{
42 private static global::System
.Resources
.ResourceManager resourceMan
;
44 private static global::System
.Globalization
.CultureInfo resourceCulture
;
46 [global::System
.Diagnostics
.CodeAnalysis
.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
47 internal Resources() {
51 /// Returns the cached ResourceManager instance used by this class.
53 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
54 internal static global::System
.Resources
.ResourceManager ResourceManager
{
56 if (object.ReferenceEquals(resourceMan
, null)) {
57 global::System
.Resources
.ResourceManager temp
= new global::System
.Resources
.ResourceManager("Microsoft.Samples.Workflow.SendEmail.Properties.Resources", typeof(Resources
).Assembly
);
65 /// Overrides the current thread's CurrentUICulture property for all
66 /// resource lookups using this strongly typed resource class.
68 [global::System
.ComponentModel
.EditorBrowsableAttribute(global::System
.ComponentModel
.EditorBrowsableState
.Advanced
)]
69 internal static global::System
.Globalization
.CultureInfo Culture
{
71 return resourceCulture
;
74 resourceCulture
= value;
79 /// Looks up a localized string similar to Workflow terminated with reason: {0}.
81 internal static string WorkflowTerminatedReason
{
83 return ResourceManager
.GetString("WorkflowTerminatedReason", resourceCulture
);