Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Everybody,

I have a WPF application, the application will be automatically update at startup (check new version on server). for a version 1.0.0.0 I have a WPF window with a checkbox for function A.
On the new version 1.2.0.0 I have on this WPF window 2 checkbox for function A1 and A2 because this function has been divided in two parts.

My question is very simple, how I can manage to keep the old layout with one checkbox on the new application.

I hope it is clear.

What I have tried:

Shall I create a dll for each version which contains the XAML file ?
Posted
Updated 20-Jul-17 2:47am
v2

1 solution

A good approach will we to create two XAML files with your defined layout. So, you can call it when you need it programmatically.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900