Skip to content

Commit

Permalink
VS sucks lol
Browse files Browse the repository at this point in the history
  • Loading branch information
wu4 committed Oct 17, 2020
1 parent 85dde03 commit 164938f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 deletions.
37 changes: 14 additions & 23 deletions workshop_forms/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions workshop_forms/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Configuration;
using System.Drawing;
// using System.Linq;
using System.Text;
Expand Down Expand Up @@ -85,6 +86,7 @@ public MainWindow()
ValidateChildren();
DeleteStatusBarText(new object(), new EventArgs());
UpdateWatchButton(new object(), new EventArgs());
//ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal).FilePath;
}

private void Tb_Validating(object sender, CancelEventArgs e)
Expand Down
2 changes: 1 addition & 1 deletion workshop_forms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("16b43ba6-1e10-4056-9f1d-b3c32c520b66")]
[assembly: Guid("51f1d9af-b0de-47f6-8cc6-842db741ecac")]

// Version information for an assembly consists of the following four values:
//
Expand Down

0 comments on commit 164938f

Please sign in to comment.