terminal/scratch/ScratchIslandApp/SampleApp/MyPage.idl

11 lines
206 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace SampleApp
{
[default_interface] runtimeclass MyPage : Windows.UI.Xaml.Controls.Page
{
MyPage();
}
}