Upload plików - początek
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
using Navigation_Between.Interface;
|
||||
using Navigation_Between.Service;
|
||||
|
||||
namespace Navigation_Between;
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
public App()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override Window CreateWindow(IActivationState? activationState)
|
||||
{
|
||||
return new Window(new AppShell());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user