terminal/src/cascadia/TerminalApp/AdminWarningPlaceholder.idl
2021-09-02 11:01:11 -05:00

12 lines
370 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
namespace TerminalApp
{
[default_interface] runtimeclass AdminWarningPlaceholder : Windows.UI.Xaml.Controls.UserControl,
Windows.UI.Xaml.Data.INotifyPropertyChanged
{
String Commandline { get; };
}
}