7 lines
163 B
C#
7 lines
163 B
C#
|
namespace BlueWest.Views.Utils.Static;
|
||
|
|
||
|
public static class Menus
|
||
|
{
|
||
|
internal const string FooterMenuId = "m1";
|
||
|
internal const string HeaderMenuId = "m2";
|
||
|
}
|