Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Nov 28, 2024
1 parent 824da57 commit 4035fe0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,11 +720,6 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Language = "CSharp"
CompilerOptions = $CompilerOptions
MemberDefinition = @"
Namespace = "WinAPI"
Name = "Winbrand"
Language = "CSharp"
CompilerParameters = $CompilerParameters
MemberDefinition = @"
[DllImport("Winbrand.dll", CharSet = CharSet.Unicode)]
public extern static string BrandingFormatString(string sFormat);
"@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,6 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Language = "CSharp"
CompilerOptions = $CompilerOptions
MemberDefinition = @"
Namespace = "WinAPI"
Name = "Winbrand"
Language = "CSharp"
CompilerParameters = $CompilerParameters
MemberDefinition = @"
[DllImport("Winbrand.dll", CharSet = CharSet.Unicode)]
public extern static string BrandingFormatString(string sFormat);
"@
Expand Down

0 comments on commit 4035fe0

Please sign in to comment.