Is there an easy way to use the same conditional compilation symbol that I'm using for my c# code, in my xaml files?
|
1
|
|
|
|
|
|
There is some support for conditional compilation in XAML. It's not the same as in C#, code, though. The trick is to use "Requires". |
||
|
|
