Rename to VAR.Focus
This commit is contained in:
12
VAR.Focus.Web/Globals.cs
Normal file
12
VAR.Focus.Web/Globals.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace VAR.Focus.Web
|
||||
{
|
||||
public static class Globals
|
||||
{
|
||||
public const string Title = "Focus";
|
||||
public const string TitleSeparator = " :: ";
|
||||
public const string Author = "Valeriano Alfonso Rodriguez";
|
||||
public const string Copyright = "Copyright (c) 2015 by Valeriano Alfonso, All Right Reserved";
|
||||
public const string DefaultHandler = "FrmBoard";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user