internal static byte[] GetBytes(ContribResources.BinaryResources id)
 {
     return ((byte[])(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
 }
 internal static Microsoft.SPOT.Font GetFont(ContribResources.FontResources id)
 {
     return ((Microsoft.SPOT.Font)(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
 }