Change to .NET 3.5
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user