mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make more APIs public
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Runtime.Serialization;
|
||||
namespace Microsoft.Iris.Markup
|
||||
{
|
||||
[Serializable]
|
||||
internal class UIXLoadResult : LoadResult
|
||||
public class UIXLoadResult : LoadResult
|
||||
{
|
||||
public UIXLoadResult(string uri)
|
||||
: base(uri)
|
||||
|
||||
Reference in New Issue
Block a user