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 (#1570)
This commit is contained in:
parent
12a79d505b
commit
1d345ee78c
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue