You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mainwindow. Xaml should be decompiled to mainwindow xaml
MainWindow should be decompiled to mainwindow xaml. cs
public class MainWindow : Window, IComponentConnector should be decompiled to public partial class MainWindow : Window
etc ...
The text was updated successfully, but these errors were encountered:
WPF does not decompile well. For example:
mainwindow. Xaml should be decompiled to mainwindow xaml
MainWindow should be decompiled to mainwindow xaml. cs
public class MainWindow : Window, IComponentConnector should be decompiled to public partial class MainWindow : Window
etc ...
The text was updated successfully, but these errors were encountered: