Remove unused usings
This commit is contained in:
Родитель
2ca18fcc63
Коммит
075f90e713
|
@ -1,6 +1,5 @@
|
|||
using Emblazon;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.RenderTree;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Blaxamarin.Framework.Elements
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using Emblazon;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.RenderTree;
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using Emblazon;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.RenderTree;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using Emblazon;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.RenderTree;
|
||||
|
||||
namespace BlinForms.Framework.Controls
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.AspNetCore.Components.RenderTree;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace BlinForms.Framework.Controls
|
||||
|
|
|
@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Components.RenderTree;
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Emblazon
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче