Skip to content

Commit fae1230

Browse files
committed
readme
1 parent bba7d97 commit fae1230

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
11.4 KB
Loading
2.85 KB
Loading
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Here's the basic process:
3+
4+
**Demo2_Step2_RunCalcWithThemes**
5+
* Open WpfCalculator.sln.
6+
* Ensure settings are:
7+
8+
![alt text](img/image.png)
9+
10+
* ctrl+f5
11+
12+
**Demo2_Step3_AddPackaging**
13+
* Change Startup project to:
14+
15+
![alt text](img/image-1.png)
16+
17+
* ctrl+f5
18+
* App runs, and looks the same. Note how the Start Menu now contains "CalculatorDemoPackage".
19+
20+
**Demo3_Step2_AddCompact**
21+
* Remove comments for "Demo3_Step1_AddWasdk"
22+
* ctrl+f5
23+
* App now has "compact" mode
24+
25+
**Demo4_Step2_AddIsland**
26+
* Remove comments for "Demo4_Step2_AddIsland"
27+
* ctrl+f5
28+
* App now has an option File | Add DrawingIsland.
29+
30+
31+

0 commit comments

Comments
 (0)