You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
440 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Steering.Properties
{
/// <summary>
/// This static class contains constant string representations of certain resource names.
/// </summary>
public static class SteeringResNames
{
private const string ManifestBaseName = "Steering.EmbeddedResources.";
public const string ImageAgent = ManifestBaseName + "CmpIconAgent.png";
}
}