Base application class for AppCan Wpf applications
Also need to change the xaml in the App.xaml as well as the base class for the App
example of specifying alternative namespaces xmlns:y="clr-namespace:AppCanSample;assembly=AppCanSample"
Namespace: AppCan.wpf.ApplicationAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class AppCanApp : Application |
Visual Basic |
---|
Public Class AppCanApp _ Inherits Application |
Visual C++ |
---|
public ref class AppCanApp : public Application |
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..Application
AppCan.wpf.Application..::..AppCanApp
System.Windows.Threading..::..DispatcherObject
System.Windows..::..Application
AppCan.wpf.Application..::..AppCanApp