Modified competition overlay view to be referenceable from other windows.

This commit is contained in:
2025-05-21 16:02:19 -04:00
parent 525549c9cc
commit 05b49d6c8c

View File

@@ -19,9 +19,12 @@ namespace osrs_toolbox
/// </summary>
public partial class CompetitionOverlayView : Window
{
public static CompetitionOverlayView Current;
public CompetitionOverlayView()
{
InitializeComponent();
Current = this;
}
private void Window_MouseDown(object sender, MouseButtonEventArgs e)