mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
add badge with window switch on the top right
This commit is contained in:
@@ -12,9 +12,11 @@ public partial class Loader : Window
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void RunClick(object sender, RoutedEventArgs e)
|
||||
private async void RunClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Process.Start("Azaion.Suite.exe", $"-e {TbEmail.Text} -p {TbPassword.Password}");
|
||||
await Task.Delay(2000);
|
||||
Close();
|
||||
}
|
||||
|
||||
private void CloseClick(object sender, RoutedEventArgs e) => Close();
|
||||
|
||||
Reference in New Issue
Block a user