added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / CustomActivities / SendEmail / CS / SendEmailWorkflow / Properties / Resources.Designer.cs
blobd47af9f3c0313f700c14ffd15f6015b9536d7d36
1 //---------------------------------------------------------------------
2 // This file is part of the Windows Workflow Foundation SDK Code Samples.
3 //
4 // Copyright (C) Microsoft Corporation. All rights reserved.
5 //
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.
9 //
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
13 //PARTICULAR PURPOSE.
14 //---------------------------------------------------------------------
16 //------------------------------------------------------------------------------
17 // <auto-generated>
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.
23 // </auto-generated>
24 //------------------------------------------------------------------------------
26 namespace Microsoft.Samples.Workflow.SendEmail.Properties {
27 using System;
30 /// <summary>
31 /// A strongly-typed resource class, for looking up localized strings, etc.
32 /// </summary>
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() {
50 /// <summary>
51 /// Returns the cached ResourceManager instance used by this class.
52 /// </summary>
53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54 internal static global::System.Resources.ResourceManager ResourceManager {
55 get {
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);
58 resourceMan = temp;
60 return resourceMan;
64 /// <summary>
65 /// Overrides the current thread's CurrentUICulture property for all
66 /// resource lookups using this strongly typed resource class.
67 /// </summary>
68 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
69 internal static global::System.Globalization.CultureInfo Culture {
70 get {
71 return resourceCulture;
73 set {
74 resourceCulture = value;
78 /// <summary>
79 /// Looks up a localized string similar to Workflow terminated with reason: {0}.
80 /// </summary>
81 internal static string WorkflowTerminatedReason {
82 get {
83 return ResourceManager.GetString("WorkflowTerminatedReason", resourceCulture);