Cleaned up window base code
This commit is contained in:
@@ -7,6 +7,6 @@ namespace InterfaceOff
|
||||
private WindowBase AttachedWindow { get; set; }
|
||||
|
||||
public void SetAttachedTo(WindowBase window) => AttachedWindow = window;
|
||||
public void WindowClicked() => AttachedWindow.OnWindowClicked();
|
||||
public void WindowClicked() => AttachedWindow.OnWindowCloseButtonClicked();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user