12 lines
399 B
C#
12 lines
399 B
C#
|
|
namespace Scrummer
|
|
{
|
|
public static class Globals
|
|
{
|
|
public const string Title = "Scrummer";
|
|
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";
|
|
}
|
|
} |