mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace MewExplorer;
|
|
|
|
public partial class MainPage : ContentPage {
|
|
public MainPage() {
|
|
InitializeComponent();
|
|
}
|
|
}
|