示例#1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            UtilTestRTC vUtilTest = new UtilTestRTC();
            int         ret       = vUtilTest.TestAllCases();

            TestInfo.Text = "First launch, UT return value is:" + ret.ToString();
        }
示例#2
0
        // Constructor
        public MainPage()
        {
            InitializeComponent();

            UtilTestRTC vUtilTest = new UtilTestRTC();
            int         ret       = vUtilTest.TestAllCases();

            TestInfo.Text = "First launch, UT return value is:" + ret.ToString();
            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }