9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
namespace AppTabsIntegration
|
|
{
|
|
runtimeclass TabViewModel : Microsoft.UI.Xaml.Data.INotifyPropertyChanged
|
|
{
|
|
String Name;
|
|
Windows.UI.Color Color;
|
|
}
|
|
}
|