예제 #1
0
        public MainWindow()
        {
            InitializeComponent();

            DemoTools.PlatformID PID = new DemoTools.PlatformID();
            PlatformText.Text = PID.Get();
        }
예제 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            DemoTools.PlatformID PID = new DemoTools.PlatformID();
            PlatformText.Text = PID.Get();
        }