This repository was archived by the owner on Oct 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-9
lines changed
Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using System . Diagnostics ;
43using System . Globalization ;
54using System . Linq ;
65using System . Text ;
@@ -968,7 +967,7 @@ private void Proxy(ref string str)
968967 throw new Exception ( "close tag not found" ) ;
969968 }
970969
971- var argNamespace = string . Empty ;
970+ string argNamespace ;
972971
973972 // Are arguments given?
974973 if ( tagLength > 7 )
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
33using System . Diagnostics ;
4- using System . Globalization ;
54using System . IO ;
65using System . Linq ;
76using System . Security . Cryptography ;
Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Runtime . InteropServices ;
1+ using System . Runtime . InteropServices ;
52using System . Text ;
6- using System . Threading . Tasks ;
73
84namespace SharpLoader
95{
You can’t perform that action at this time.
0 commit comments