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