borepin/Borepin/Borepin/View/IsBusyView.xaml.cs
TheJoKlLa 7b0cf64d0e Revert "Refactoring"
This reverts commit 832f54a7d9360cd25400e3424f6faf147eaaf9c5.
2021-09-20 18:40:39 +02:00

20 lines
393 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace Borepin.View
{
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class IsBusyView : ContentView
{
public IsBusyView()
{
InitializeComponent();
}
}
}