Microsoft.Toolkit.Win32/Microsoft.Toolkit.Win32.UI..../IDesktopWindowXamlSourceNat...

21 строка
663 B
C#
Исходник Обычный вид История

2019-01-16 04:37:04 +03:00
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.Toolkit.Win32.UI.XamlHost
{
2019-03-01 22:44:20 +03:00
/// <summary>
/// Defines assembly visibility for <seealso cref="IDesktopWindowXamlSourceNative"/>
/// </summary>
2019-01-16 04:37:04 +03:00
public partial interface IDesktopWindowXamlSourceNative
{
}
2019-03-01 22:44:20 +03:00
/// <summary>
/// Defines assembly visibility for <seealso cref="DesktopWindowXamlSourceExtensions"/>
/// </summary>
2019-01-16 04:37:04 +03:00
public static partial class DesktopWindowXamlSourceExtensions
{
}
}