Add license headers
This commit is contained in:
Родитель
42df8d05f8
Коммит
fe53b8e37e
|
@ -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;
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче