UNIXworkcode

1 // Copyright (c) Microsoft Corporation and Contributors. 2 // Licensed under the MIT License. 3 4 namespace winui 5 { 6 [default_interface] 7 runtimeclass MainWindow : Microsoft.UI.Xaml.Window 8 { 9 MainWindow(); 10 Int32 MyProperty; 11 } 12 } 13