Skip to content

Commit

Permalink
忘了去掉调试器了
Browse files Browse the repository at this point in the history
  • Loading branch information
dawn-lc committed May 19, 2021
1 parent 92d0e61 commit f578107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ public static Assembly CurrentDomain_AssemblyResolve(object sender, ResolveEvent

static void Main(string[] args)
{
Debugger.Launch();

new ProgramParameter();

AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);
Expand Down

0 comments on commit f578107

Please sign in to comment.