Marked as 'AdvertsingProfitControl (New Add Form)' by its folder name. I think this was one of the first appearences of a modify record form, however I may have gotten the order mixed up here with the previous commit. Reguardless, this version still introduced the first appearence of a new 'Modify Record' form.

This commit is contained in:
2021-01-28 20:02:35 -06:00
parent 21eaae4d67
commit 676a9dd890
24 changed files with 7495 additions and 491 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
using System;
using System.Threading;
using System.Windows.Forms;
namespace AdvertsingProfitControl
@@ -11,8 +10,7 @@ namespace AdvertsingProfitControl
/// </summary>
[STAThread]
private static void Main()
{
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.ThreadException += GlobalClasses.LogError;