From e24680a01608838eeaa633a983921a1598acfe24 Mon Sep 17 00:00:00 2001 From: "jozsef.b@aycode.com" <9Rj@D}fVwBaN> Date: Mon, 3 Jun 2024 07:45:45 +0200 Subject: [PATCH] TiamGrid.ContextId; improvements, fixes, etc... --- AyCode.Blazor.Components/Components/ACComponent.cs | 5 ----- AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/AyCode.Blazor.Components/Components/ACComponent.cs b/AyCode.Blazor.Components/Components/ACComponent.cs index 1b98678..08cc273 100644 --- a/AyCode.Blazor.Components/Components/ACComponent.cs +++ b/AyCode.Blazor.Components/Components/ACComponent.cs @@ -1,9 +1,4 @@ using Microsoft.AspNetCore.Components; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace AyCode.Blazor.Components { diff --git a/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs b/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs index 56df1d4..f55557c 100644 --- a/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs +++ b/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs @@ -1,6 +1,4 @@ -using System; - -namespace AyCode.Maui.Core +namespace AyCode.Maui.Core { // All the code in this file is only included on Tizen. public class PlatformClass1