コード例 #1
0
        protected override void OnAppearing()
        {
            base.OnAppearing();

            GetPlan();
            EntBarcode.Text = "";
            EntBarcode.Focus();
        }
コード例 #2
0
        protected override void OnAppearing()
        {
            base.OnAppearing();
            CountPage += 1;

            GetOrderPage();
            EntBarcode.Text = "";
            EntBarcode.Focus();
        }