This commit is contained in:
Eilon Lipton 2019-12-10 16:17:49 -08:00
Родитель 42df8d05f8
Коммит fe53b8e37e
196 изменённых файлов: 784 добавлений и 195 удалений

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

@ -0,0 +1,4 @@
extensions: designer.cs generated.cs
extensions: .cs
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

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

@ -1,4 +1,7 @@
using System.Collections.Generic;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Collections.Generic;
using System.Linq;
namespace BlinFormsSample

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

@ -1,4 +1,7 @@
using BlinForms.Framework;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using BlinForms.Framework;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using System;

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

@ -1,4 +1,7 @@
using BlinForms.Framework;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using BlinForms.Framework;
using Microsoft.Extensions.Configuration;
using System.Threading.Tasks;

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

@ -1,4 +1,7 @@
namespace BlinFormsSample
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace BlinFormsSample
{
public class TodoItem
{

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using Android.Content.PM;
using Android.OS;

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

@ -1,4 +1,7 @@
using Android.App;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using System.Reflection;
using System.Runtime.InteropServices;

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Foundation;
using UIKit;

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

@ -1,4 +1,7 @@
using UIKit;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using UIKit;
namespace MobileBlazorBindingsHelloWorld.iOS
{

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

@ -1,4 +1,7 @@
using System.Reflection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

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

@ -1,10 +1,13 @@
using Microsoft.Extensions.Hosting;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.Extensions.Hosting;
using Microsoft.MobileBlazorBindings;
using Xamarin.Forms;
namespace MobileBlazorBindingsHelloWorld
{
public partial class App : Application
public class App : Application
{
public App()
{

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using Android.Content.PM;
using Android.OS;

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

@ -1,4 +1,7 @@
using Android.App;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using System.Reflection;
using System.Runtime.InteropServices;

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

@ -1,4 +1,7 @@
using Android.Speech.Tts;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.Speech.Tts;
using Java.Lang;
namespace MobileBlazorBindingsTodo.Droid

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

@ -1,4 +1,7 @@
using Foundation;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Foundation;
using Microsoft.Extensions.DependencyInjection;
using UIKit;

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

@ -1,4 +1,7 @@
using UIKit;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using UIKit;
namespace MobileBlazorBindingsTodo.iOS
{

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

@ -1,4 +1,7 @@
using System.Reflection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

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

@ -1,4 +1,7 @@
using AVFoundation;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using AVFoundation;
namespace MobileBlazorBindingsTodo.iOS
{

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

@ -1,4 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.MobileBlazorBindings;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.IO;
using System.Threading.Tasks;

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

@ -1,4 +1,7 @@
namespace MobileBlazorBindingsTodo
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace MobileBlazorBindingsTodo
{
public interface ITextToSpeech
{

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

@ -1,4 +1,7 @@
using SQLite;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using SQLite;
namespace MobileBlazorBindingsTodo
{

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

@ -1,4 +1,7 @@
using SQLite;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using SQLite;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.MobileBlazorBindings.Elements;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using System;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements;
using Xamarin.Forms.PancakeView;

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using Android.Content.PM;
using Android.OS;

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

@ -1,4 +1,7 @@
using Android.App;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using System.Reflection;
using System.Runtime.InteropServices;

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Foundation;
using UIKit;

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

@ -1,4 +1,7 @@
using UIKit;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using UIKit;
namespace MobileBlazorBindingsWeather.iOS
{

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

@ -1,4 +1,7 @@
using System.Reflection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

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

@ -1,4 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.MobileBlazorBindings;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Xamarin.Forms;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Xamarin.Forms;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@
using Xamarin.Forms;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Xamarin.Forms;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@
using Xamarin.Forms;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Xamarin.Forms;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@
using System.Collections.Generic;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Collections.Generic;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace MobileBlazorBindingsWeather
{

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using Android.Content.PM;
using Android.OS;

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

@ -1,4 +1,7 @@
using Android.App;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Android.App;
using System.Reflection;
using System.Runtime.InteropServices;

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

@ -1,4 +1,7 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Foundation;
using UIKit;

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

@ -1,4 +1,7 @@
using UIKit;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using UIKit;
namespace MobileBlazorBindingsXaminals.iOS
{

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

@ -1,4 +1,7 @@
using System.Reflection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

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

@ -1,4 +1,7 @@
using Microsoft.Extensions.Hosting;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.Extensions.Hosting;
using Microsoft.MobileBlazorBindings;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using MobileBlazorBindingsXaminals.Models;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using MobileBlazorBindingsXaminals.Models;
using System.Collections.Generic;
namespace MobileBlazorBindingsXaminals.Data

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

@ -1,4 +1,7 @@
using MobileBlazorBindingsXaminals.Models;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using MobileBlazorBindingsXaminals.Models;
using System.Collections.Generic;
namespace MobileBlazorBindingsXaminals.Data

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

@ -1,4 +1,7 @@
using MobileBlazorBindingsXaminals.Models;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using MobileBlazorBindingsXaminals.Models;
using System.Collections.Generic;
namespace MobileBlazorBindingsXaminals.Data

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

@ -1,4 +1,7 @@
using MobileBlazorBindingsXaminals.Models;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using MobileBlazorBindingsXaminals.Models;
using System.Collections.Generic;
namespace MobileBlazorBindingsXaminals.Data

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

@ -1,4 +1,7 @@
using MobileBlazorBindingsXaminals.Models;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using MobileBlazorBindingsXaminals.Models;
using System.Collections.Generic;
namespace MobileBlazorBindingsXaminals.Data

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

@ -1,4 +1,7 @@
namespace MobileBlazorBindingsXaminals.Models
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace MobileBlazorBindingsXaminals.Models
{
public class Animal
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using System.Diagnostics;
namespace BlinForms.Framework

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

@ -1,4 +1,7 @@
using Microsoft.Extensions.DependencyInjection;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using System;

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

@ -1,4 +1,7 @@
using BlinForms.Framework.Controls;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using BlinForms.Framework.Controls;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.Extensions.Logging;
using System;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using System;
namespace BlinForms.Framework

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using Microsoft.Extensions.DependencyInjection;
using System;

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

@ -1,4 +1,7 @@
using System.Globalization;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Globalization;
namespace BlinForms.Framework.Controls
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System.Threading.Tasks;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System;
using System.Drawing;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Rendering;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
namespace BlinForms.Framework.Controls
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
namespace BlinForms.Framework.Controls
{

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using System.Windows.Forms;
namespace BlinForms.Framework.Controls

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using System.Threading.Tasks;
using System.Windows.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using System.Windows.Forms;
namespace BlinForms.Framework.Controls

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace BlinForms.Framework
{

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

@ -1,4 +1,7 @@
using System.Threading.Tasks;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Threading.Tasks;
namespace BlinForms.Framework
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using System.Windows.Forms;
namespace BlinForms.Framework

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

@ -1,4 +1,7 @@
using System.Windows.Forms;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Windows.Forms;
namespace BlinForms.Framework
{

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components.Rendering;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components.Rendering;
namespace Microsoft.MobileBlazorBindings.Core
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace Microsoft.MobileBlazorBindings.Core
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace Microsoft.MobileBlazorBindings.Core
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Collections.Generic;
namespace Microsoft.MobileBlazorBindings.Core

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

@ -1,4 +1,7 @@
namespace Microsoft.MobileBlazorBindings.Core
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.MobileBlazorBindings.Core
{
/// <summary>
/// Utilities needed by the system to manage native controls. Implementations

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace Microsoft.MobileBlazorBindings.Core
{

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

@ -1,4 +1,7 @@
namespace Microsoft.MobileBlazorBindings.Core
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.MobileBlazorBindings.Core
{
/// <summary>
/// Represents a container for native element.

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

@ -1,4 +1,7 @@
namespace Microsoft.MobileBlazorBindings.Core
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.MobileBlazorBindings.Core
{
/// <summary>
/// Marker interface to indicate that this element is a container of elements that are not

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.RenderTree;
using System;
using System.Collections.Generic;

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.RenderTree;
using Microsoft.Extensions.Logging;
using System;

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

@ -1,4 +1,7 @@
using Microsoft.AspNetCore.Components;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Rendering;
using System;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
namespace Microsoft.Extensions.DependencyInjection
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using Xamarin.Forms;
namespace Microsoft.MobileBlazorBindings.Elements

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

@ -1,4 +1,7 @@
using System.Globalization;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System.Globalization;
namespace Microsoft.MobileBlazorBindings.Elements
{

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Globalization;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Globalization;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Globalization;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
using System;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using System;
using System.Globalization;
using Xamarin.Forms;

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

@ -1,4 +1,7 @@
namespace Microsoft.MobileBlazorBindings.Elements
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace Microsoft.MobileBlazorBindings.Elements
{
public abstract class BaseMenuItem : Element
{

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Rendering;
using Microsoft.MobileBlazorBindings.Elements.GridInternals;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
namespace Microsoft.MobileBlazorBindings.Elements

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using System.Threading.Tasks;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

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

@ -1,4 +1,7 @@
using Microsoft.MobileBlazorBindings.Core;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
using Microsoft.MobileBlazorBindings.Core;
using Microsoft.AspNetCore.Components;
using Microsoft.MobileBlazorBindings.Elements.Handlers;
using XF = Xamarin.Forms;

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше