mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-25 04:20:17 +00:00
Wii Injector button done
This commit is contained in:
parent
49f1c491ea
commit
83c9778698
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ using GameBaseClassLibrary;
|
|||
using UWUVCI_AIO_WPF.UI.Frames.Path;
|
||||
using System.IO;
|
||||
using NAudio.Wave;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace UWUVCI_AIO_WPF
|
||||
{
|
||||
|
@ -508,7 +509,8 @@ namespace UWUVCI_AIO_WPF
|
|||
|
||||
private void vwiiMode_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
Process.Start("UWUVCI VWII.exe");
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue