mirror of
https://github.com/ApfelTeeSaft/MultiInject.git
synced 2026-08-26 19:33:29 +00:00
11 lines
164 B
C#
11 lines
164 B
C#
namespace MultiInject
|
|
{
|
|
public partial class AppShell : Shell
|
|
{
|
|
public AppShell()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|