Creating Custom WPF Client Project

You can create custom WPF Container projects that allow you to customize your WPF Client user interface according to your requirement by using the Agile Business Suite WPF Container Project template that is installed with AB Suite Developer.

The Agile Business Suite WPF Container Project template provides the standard WPF Container provided by Unisys with the default user interface design and logic (Views and ViewModels project files) as part of the project. It allows you to retain the basic behavior of the standard WPF Container with the flexibility of being able to customize its user interface for developing WPF/XAML based applications.

To create a custom WPF Container project, perform the following:

  1. On the File menu, point to New, and then click Project.

    The New Project dialog box appears.

  2. In the Project Types pane, expand Templates, expand Visual C#, expand AB Suite, and then click Client Framework.

  3. From the Target Framework list, select .NET Framework 4.7.2. You can find the Target Framework list on top of the Templates pane.

  4. In the Templates pane, select Agile Business Suite WPF Container Project.

  5. In the Name box, enter the project name.

  6. In the Location box, enter the path or browse to the location where you want to store the new project.

  7. Click OK.

The custom WPF Container project is created in the specified location.