Modified competition overlay view to be referenceable from other windows.
This commit is contained in:
@@ -19,9 +19,12 @@ namespace osrs_toolbox
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class CompetitionOverlayView : Window
|
public partial class CompetitionOverlayView : Window
|
||||||
{
|
{
|
||||||
|
public static CompetitionOverlayView Current;
|
||||||
|
|
||||||
public CompetitionOverlayView()
|
public CompetitionOverlayView()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
Current = this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
|
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
|
||||||
|
Reference in New Issue
Block a user