Add photobooth connect codes and uploader scaffold
This commit is contained in:
17
clients/photobooth-uploader/PhotoboothUploader/App.xaml.cs
Normal file
17
clients/photobooth-uploader/PhotoboothUploader/App.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Microsoft.UI.Xaml;
|
||||
|
||||
namespace PhotoboothUploader;
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
public App()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override void OnLaunched(LaunchActivatedEventArgs args)
|
||||
{
|
||||
var window = new MainWindow();
|
||||
window.Activate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user