Fully separate Calculator and CalcManager (#752)

This commit is contained in:
Rudy Huyn
2019-11-06 15:31:57 -08:00
committed by Eric Wong
parent be68e72a9a
commit 5df3016df6
5 changed files with 21 additions and 17 deletions

View File

@@ -188,7 +188,7 @@ public:
private: \
static Windows::UI::Xaml::DependencyProperty ^ s_##n##Property; \
\
public:
private:
// Utilities for DependencyProperties
namespace Utils