Mashmo
Mashmo
CC#
Created by Mashmo on 5/10/2024 in #help
Inheriting a base window class in WPF
Got it, thanks
8 replies
CC#
Created by Mashmo on 5/10/2024 in #help
Inheriting a base window class in WPF
How so?
8 replies
CC#
Created by Mashmo on 5/10/2024 in #help
Inheriting a base window class in WPF
There is a window that wont allow me to inherit the class since the .g.i.cs file inherits System.Windows.Window and i cant change that namespace Client {

C#
/// <summary>
/// MainMenu
/// </summary>
public partial class MainMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector {
...
}
C#
/// <summary>
/// MainMenu
/// </summary>
public partial class MainMenu : System.Windows.Window, System.Windows.Markup.IComponentConnector {
...
}
8 replies