This commit is contained in:
Steve Sanderson 2019-08-22 13:32:29 +01:00 коммит произвёл Eilon Lipton
Родитель 2ca18fcc63
Коммит 075f90e713
6 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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
{