We have 2 customers using the same software but the frontend should look differently for each customer.
Is it possible for C# applications (Visual Studio 2017) to just design 2 different frontend design views and differentiate the views with a simple if / else statement at the beginning of the program?