[C# Calc] Reverts some changes for Currency constants

This commit is contained in:
tian-lt 2021-06-08 12:30:51 +08:00
commit 872d772aca
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=";