diff --git a/PotatoNV-next/Controls/NVForm.xaml.cs b/PotatoNV-next/Controls/NVForm.xaml.cs index 5d5b5c1..deda44b 100644 --- a/PotatoNV-next/Controls/NVForm.xaml.cs +++ b/PotatoNV-next/Controls/NVForm.xaml.cs @@ -25,7 +25,7 @@ namespace PotatoNV_next.Controls private Bootloader[] bootloaders; public delegate void FormHandler(FormEventArgs formEventArgs); - public static event FormHandler OnFormSubmit; + public event FormHandler OnFormSubmit; private bool IsSelectedDeviceInFastbootMode; diff --git a/PotatoNV-next/Core.cs b/PotatoNV-next/Core.cs index c905b84..2088f14 100644 --- a/PotatoNV-next/Core.cs +++ b/PotatoNV-next/Core.cs @@ -8,5 +8,9 @@ namespace PotatoNV_next { class Core { + public static void StartProcess(Controls.NVForm.FormEventArgs formEventArgs) + { + + } } } diff --git a/PotatoNV-next/MainWindow.xaml b/PotatoNV-next/MainWindow.xaml index 15e6e50..4d29487 100644 --- a/PotatoNV-next/MainWindow.xaml +++ b/PotatoNV-next/MainWindow.xaml @@ -30,7 +30,7 @@ - +