Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCol committed May 9, 2024
1 parent bba7d97 commit fae1230
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Binary file added Samples/Islands/WpfCalculator/img/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Samples/Islands/WpfCalculator/img/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions Samples/Islands/WpfCalculator/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Here's the basic process:

**Demo2_Step2_RunCalcWithThemes**
* Open WpfCalculator.sln.
* Ensure settings are:

![alt text](img/image.png)

* ctrl+f5

**Demo2_Step3_AddPackaging**
* Change Startup project to:

![alt text](img/image-1.png)

* ctrl+f5
* App runs, and looks the same. Note how the Start Menu now contains "CalculatorDemoPackage".

**Demo3_Step2_AddCompact**
* Remove comments for "Demo3_Step1_AddWasdk"
* ctrl+f5
* App now has "compact" mode

**Demo4_Step2_AddIsland**
* Remove comments for "Demo4_Step2_AddIsland"
* ctrl+f5
* App now has an option File | Add DrawingIsland.



0 comments on commit fae1230

Please sign in to comment.