39 lines
1.3 KiB
C#
39 lines
1.3 KiB
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <auto-generated>
|
|||
|
// This code was generated by a tool.
|
|||
|
// Runtime Version:2.0.50727.42
|
|||
|
//
|
|||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
// the code is regenerated.
|
|||
|
// </auto-generated>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
namespace PlaneOnBoardSoftware
|
|||
|
{
|
|||
|
|
|||
|
internal class Resources
|
|||
|
{
|
|||
|
private static System.Resources.ResourceManager manager;
|
|||
|
internal static System.Resources.ResourceManager ResourceManager
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
if ((Resources.manager == null))
|
|||
|
{
|
|||
|
Resources.manager = new System.Resources.ResourceManager("HighAltitude.Resources", typeof(Resources).Assembly);
|
|||
|
}
|
|||
|
return Resources.manager;
|
|||
|
}
|
|||
|
}
|
|||
|
internal static string GetString(Resources.StringResources id)
|
|||
|
{
|
|||
|
return ((string)(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
|
|||
|
}
|
|||
|
[System.SerializableAttribute()]
|
|||
|
internal enum StringResources : short
|
|||
|
{
|
|||
|
String1 = 1228,
|
|||
|
}
|
|||
|
}
|
|||
|
}
|