calculator/src/Calculator
Matt Cooley 4cadfb204d
Remove unused PLM code (#7)
Remove LayoutAwarePage, SuspensionManager, and other suspend-resume handling code. SuspensionManager::SaveAsync and related methods weren't actually called anywhere. I didn't attempt to remove the serialize/deserialize code at the ViewModel layer, although much of that is likely not needed either.

We may decide we want to persist more state through a suspend-terminate-resume cycle (as the app might have done a long time ago). But if we decide we want that, we should not use a persistence mechanism that's closely coupled to frame navigation.
2019-02-01 15:15:48 -08:00
..
Assets Hello GitHub 2019-01-28 16:24:37 -08:00
Common Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
Controls Hello GitHub 2019-01-28 16:24:37 -08:00
Converters Hello GitHub 2019-01-28 16:24:37 -08:00
DesignData Hello GitHub 2019-01-28 16:24:37 -08:00
Resources Hello GitHub 2019-01-28 16:24:37 -08:00
Themes Hello GitHub 2019-01-28 16:24:37 -08:00
Views Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
AboutFlyout.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
AboutFlyout.xaml.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
AboutFlyout.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
App.xaml Hello GitHub 2019-01-28 16:24:37 -08:00
App.xaml.cpp Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
App.xaml.h Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.rc Hello GitHub 2019-01-28 16:24:37 -08:00
Calculator.vcxproj Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
Calculator.vcxproj.filters Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
Package.appxmanifest Hello GitHub 2019-01-28 16:24:37 -08:00
packages.config Hello GitHub 2019-01-28 16:24:37 -08:00
pch.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
pch.h Hello GitHub 2019-01-28 16:24:37 -08:00
WindowFrameService.cpp Remove unused PLM code (#7) 2019-02-01 15:15:48 -08:00
WindowFrameService.h Hello GitHub 2019-01-28 16:24:37 -08:00