Modified timer to only trigger once.
This commit is contained in:
@@ -51,6 +51,7 @@ namespace osrs_toolbox
|
|||||||
|
|
||||||
private void TimerTick(object sender, EventArgs e)
|
private void TimerTick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
timer.Stop();
|
||||||
Application.Current.MainWindow = HomePageView.Current;
|
Application.Current.MainWindow = HomePageView.Current;
|
||||||
HomePageView.Current.Show();
|
HomePageView.Current.Show();
|
||||||
this.Close();
|
this.Close();
|
||||||
|
Reference in New Issue
Block a user