提交 e1b2f04f 编写于 作者: D Dan Siegel

chore: Code formatting

上级 ac2894e5
......@@ -42,7 +42,7 @@ public class NavigationException : Exception
{
}
public NavigationException(string message, object view, Exception innerException)
public NavigationException(string message, object view, Exception innerException)
: this(message, null, view, innerException)
{
}
......
......@@ -17,7 +17,7 @@ namespace Prism.Forms.Regions.Mocks
var region = new MockPresentationRegion();
if (regionTarget is VisualElement element)
RegionManager.GetObservableRegion(element).Value = region;
RegionManager.GetObservableRegion(element).Value = region;
// Fire update regions again. This also happens if a region is created and added to the RegionManager
if (Accessor != null)
......
......@@ -3,8 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using Prism.Forms.Regions.Mocks;
using Prism.Navigation.Regions.Adapters;
using Prism.Navigation.Regions;
using Prism.Navigation.Regions.Adapters;
using Xamarin.Forms;
using Xunit;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册