зеркало из https://github.com/DeGsoft/maui-linux.git
17 строки
300 B
C#
17 строки
300 B
C#
using Windows.UI.Core;
|
|
|
|
#if WINDOWS_UWP
|
|
|
|
namespace Xamarin.Forms.Platform.UWP
|
|
#else
|
|
|
|
namespace Xamarin.Forms.Platform.WinRT
|
|
#endif
|
|
{
|
|
internal class WindowsPlatformServices : WindowsBasePlatformServices
|
|
{
|
|
public WindowsPlatformServices(CoreDispatcher dispatcher) : base(dispatcher)
|
|
{
|
|
}
|
|
}
|
|
} |