[C# Calc] Reverts some changes for Currency constants (#1570)

This commit is contained in:
Tian L 2021-06-08 13:13:06 +08:00 committed by GitHub
commit 1d345ee78c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
#include "DataLoaderConstants.h" #include "DataLoaderConstants.h"
#endif #endif
using namespace CalculatorApp::DataLoaders;
using namespace CalculatorApp::ViewModel::DataLoaders; using namespace CalculatorApp::ViewModel::DataLoaders;
using namespace Platform; using namespace Platform;
using namespace std; using namespace std;

View file

@ -5,7 +5,7 @@
namespace CalculatorApp namespace CalculatorApp
{ {
namespace ViewModel::DataLoaders namespace DataLoaders
{ {
static constexpr auto sc_MetadataUriLocalizeFor = L"https://go.microsoft.com/fwlink/?linkid=2091028&localizeFor="; static constexpr auto sc_MetadataUriLocalizeFor = L"https://go.microsoft.com/fwlink/?linkid=2091028&localizeFor=";
static constexpr auto sc_RatiosUriRelativeTo = L"https://go.microsoft.com/fwlink/?linkid=2091307&localCurrency="; static constexpr auto sc_RatiosUriRelativeTo = L"https://go.microsoft.com/fwlink/?linkid=2091307&localCurrency=";