15 lines
276 B
C#
15 lines
276 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Xamarin.Forms;
|
|
|
|
namespace Aurora.Frontend.Components.HostSelector
|
|
{
|
|
public partial class HostSelector : ContentView
|
|
{
|
|
public HostSelector()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|