working on automatic mode
This commit is contained in:
parent
6745d9a91d
commit
c0b78f240b
7 changed files with 123 additions and 22 deletions
|
@ -327,5 +327,17 @@ namespace h_encore_auto
|
|||
boxPathEntry.Text = path;
|
||||
}
|
||||
}
|
||||
|
||||
private void buttonAuto_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
var newForm = new AutoMode();
|
||||
newForm.Show();
|
||||
this.Visibility = Visibility.Collapsed;
|
||||
}
|
||||
|
||||
private void Window_Closed(object sender, EventArgs e)
|
||||
{
|
||||
Util.cleanup();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue