mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
Correct spelling mistakes
This commit is contained in:
parent
07ff1c372f
commit
0197fa41da
7 changed files with 10 additions and 10 deletions
|
@ -87,7 +87,7 @@ The ViewModel layer is contained in the [CalcViewModel][CalcViewModel folder] pr
|
|||
data for the UI to bind against and act as the intermediary separating pure business logic from UI components that
|
||||
should not care about the model's implementation. Just as the View layer consists of a hierarchy of XAML files, the
|
||||
ViewModel consists of a hierarchy of ViewModel files. The relationship between XAML and ViewModel files is often 1:1.
|
||||
Here are the noteable ViewModel files to start exploring with:
|
||||
Here are the notable ViewModel files to start exploring with:
|
||||
|
||||
* [ApplicationViewModel.h][ApplicationViewModel.h]: The ViewModel for [MainPage.xaml][MainPage.xaml]. This ViewModel
|
||||
is the root of the other mode-specific ViewModels. The application changes between modes by updating the `Mode` property
|
||||
|
@ -199,4 +199,4 @@ The RatPack (short for Rational Pack) is the core of the Calculator model and co
|
|||
[CalcManager folder]: ../src/CalcManager
|
||||
[CalculatorManager.h]: ../src/CalcManager/CalculatorManager.h
|
||||
[CalcEngine.h]: ../src/CalcManager/Header Files/CalcEngine.h
|
||||
[ratpak.h]: ../src/CalcManager/Ratpack/ratpak.h
|
||||
[ratpak.h]: ../src/CalcManager/Ratpack/ratpak.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue