diff --git a/Borepin/Borepin/View/ConnectionStateView.xaml b/Borepin/Borepin/View/ConnectionStateView.xaml new file mode 100644 index 0000000..fae3a98 --- /dev/null +++ b/Borepin/Borepin/View/ConnectionStateView.xaml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Borepin/Borepin/View/ConnectionStateView.xaml.cs b/Borepin/Borepin/View/ConnectionStateView.xaml.cs new file mode 100644 index 0000000..7118278 --- /dev/null +++ b/Borepin/Borepin/View/ConnectionStateView.xaml.cs @@ -0,0 +1,20 @@ +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 ConnectionStateView : ContentView + { + public ConnectionStateView() + { + InitializeComponent(); + } + } +} \ No newline at end of file