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.Application
Assembly: 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

See Also