mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
[C# Calc] Reverts some changes for Currency constants
This commit is contained in:
parent
2d166edb7c
commit
872d772aca
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "DataLoaderConstants.h"
|
||||
#endif
|
||||
|
||||
using namespace CalculatorApp::DataLoaders;
|
||||
using namespace CalculatorApp::ViewModel::DataLoaders;
|
||||
using namespace Platform;
|
||||
using namespace std;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
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_RatiosUriRelativeTo = L"https://go.microsoft.com/fwlink/?linkid=2091307&localCurrency=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue