public MainWindow() { InitializeComponent(); DemoTools.PlatformID PID = new DemoTools.PlatformID(); PlatformText.Text = PID.Get(); }
public MainPage() { this.InitializeComponent(); DemoTools.PlatformID PID = new DemoTools.PlatformID(); PlatformText.Text = PID.Get(); }