Reserved words as resource

This commit is contained in:
2014-12-11 00:27:21 +01:00
parent ba860412ca
commit 8b0daf2e8f
4 changed files with 7294 additions and 34 deletions

View File

@ -84,6 +84,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="ShowCode.resx">
<DependentUpon>ShowCode.cs</DependentUpon>

View File

@ -11,6 +11,9 @@ using System.Xml;
using System.Diagnostics;
using System.Collections.Specialized;
using System.Text.RegularExpressions;
using System.Reflection;
using System.IO;
using System.Resources;
namespace CobXmlSupport
{
@ -1785,16 +1788,17 @@ namespace CobXmlSupport
}
private void btnTestThings_Click(object sender, EventArgs e)
{
createXMLMoveCode();
}
private void btnFrXMLTo_Click(object sender, EventArgs e)
{
createXMLMoveCode();
}
private void btnTestThings_Click(object sender, EventArgs e)
{
//string str1 = Util.GetStringResource("String1");
//createXMLMoveCode();
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff