code optimization

This commit is contained in:
2024-06-05 19:15:32 +02:00
parent d4be7d0566
commit 1b49c54822
151 changed files with 4124 additions and 4673 deletions

View File

@@ -1,12 +1,19 @@
Imports System
Imports System.Runtime.InteropServices
Imports Microsoft.Win32
' Nicht gemergte Änderung aus Projekt "Pilz.Win32 (net6.0-windows)"
' Vor:
' Imports System.Runtime.InteropServices
' Imports Microsoft.Win32
' Nach:
' Imports System.Collections.Generic
' Imports System.Drawing
.Drawing
Imports System.Reflection
Imports System.Collections.Generic
Imports System.Drawing
Imports System.Runtime.InteropServices
Imports Microsoft.Win32
Imports Pilz.Win32.Mapped
Imports Pilz.Win32.Native
Imports Pilz.Win32.Native.Shell32
Imports Pilz.Win32.Mapped
Namespace Internals
Public Class IconFactory

View File

@@ -1,4 +1,5 @@
Imports System.Drawing
Imports Pilz.Win32.Native
Namespace Mapped