mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Adjust namespaces
This commit is contained in:
parent
397202dab7
commit
af83baf4eb
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
using Microsoft.Extensions.Logging;
|
||||
using CalculatorApp;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System;
|
||||
using Uno.Extensions;
|
||||
using Windows.UI.Xaml;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using UIKit;
|
||||
using CalculatorApp;
|
||||
using UIKit;
|
||||
|
||||
namespace WindowsCalculator.iOS
|
||||
{
|
||||
|
@ -12,4 +13,4 @@ namespace WindowsCalculator.iOS
|
|||
UIApplication.Main(args, null, typeof(App));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue