From abeb212445f033b50bd80feea03743b2173a2608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B0=E6=97=A0=E6=AD=A2=E7=AB=9E?= <734913414@qq.com> Date: Mon, 8 Jul 2024 11:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CPF.Windows/GDIPlus/Extension.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusBitmap.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusBitmapLock.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusDrawingContext.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusDrawingFactory.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusImage.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusPath.cs | 4 ++-- CPF.Windows/GDIPlus/GDIPlusPathGeometry.cs | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CPF.Windows/GDIPlus/Extension.cs b/CPF.Windows/GDIPlus/Extension.cs index acb1cf3..ca58a8f 100644 --- a/CPF.Windows/GDIPlus/Extension.cs +++ b/CPF.Windows/GDIPlus/Extension.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Text; @@ -83,4 +83,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusBitmap.cs b/CPF.Windows/GDIPlus/GDIPlusBitmap.cs index 0b97599..28dfea2 100644 --- a/CPF.Windows/GDIPlus/GDIPlusBitmap.cs +++ b/CPF.Windows/GDIPlus/GDIPlusBitmap.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.IO; @@ -91,4 +91,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusBitmapLock.cs b/CPF.Windows/GDIPlus/GDIPlusBitmapLock.cs index a9a90b9..6ecfd26 100644 --- a/CPF.Windows/GDIPlus/GDIPlusBitmapLock.cs +++ b/CPF.Windows/GDIPlus/GDIPlusBitmapLock.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Text; @@ -166,4 +166,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusDrawingContext.cs b/CPF.Windows/GDIPlus/GDIPlusDrawingContext.cs index 0b9cbc3..95850b7 100644 --- a/CPF.Windows/GDIPlus/GDIPlusDrawingContext.cs +++ b/CPF.Windows/GDIPlus/GDIPlusDrawingContext.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Text; @@ -802,4 +802,4 @@ namespace CPF.GDIPlus } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusDrawingFactory.cs b/CPF.Windows/GDIPlus/GDIPlusDrawingFactory.cs index 7b3cba5..746ea9b 100644 --- a/CPF.Windows/GDIPlus/GDIPlusDrawingFactory.cs +++ b/CPF.Windows/GDIPlus/GDIPlusDrawingFactory.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using CPF.Platform; using System; using System.Collections.Generic; @@ -334,4 +334,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusImage.cs b/CPF.Windows/GDIPlus/GDIPlusImage.cs index 04d25f0..e112c92 100644 --- a/CPF.Windows/GDIPlus/GDIPlusImage.cs +++ b/CPF.Windows/GDIPlus/GDIPlusImage.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Drawing; @@ -255,4 +255,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusPath.cs b/CPF.Windows/GDIPlus/GDIPlusPath.cs index 0991415..37c1dd1 100644 --- a/CPF.Windows/GDIPlus/GDIPlusPath.cs +++ b/CPF.Windows/GDIPlus/GDIPlusPath.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Drawing.Drawing2D; @@ -304,4 +304,4 @@ namespace CPF.GDIPlus } } } -//#endif \ No newline at end of file +#endif \ No newline at end of file diff --git a/CPF.Windows/GDIPlus/GDIPlusPathGeometry.cs b/CPF.Windows/GDIPlus/GDIPlusPathGeometry.cs index a844e13..79f70b4 100644 --- a/CPF.Windows/GDIPlus/GDIPlusPathGeometry.cs +++ b/CPF.Windows/GDIPlus/GDIPlusPathGeometry.cs @@ -1,4 +1,4 @@ -//#if Net4 +#if Net4 using System; using System.Collections.Generic; using System.Text; @@ -70,4 +70,4 @@ namespace CPF.GDIPlus } } -//#endif \ No newline at end of file +#endif \ No newline at end of file