Minor UI changes after testing on the laptop. The add record form now selects Saturday based on the current date on start up.
This commit is contained in:
@@ -177,7 +177,7 @@ namespace AdvertsingProfitControl
|
||||
|
||||
if (version != "0.0.0.0")
|
||||
{
|
||||
MessageBox.Show("The current database's version is " + version + ".", "Database Version Number");
|
||||
MessageBox.Show(@"The current database's version is " + version + @".", @"Database Version Number", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user