コード例 #1
0
        private void SearchExistingTrailer_Click(object sender, RoutedEventArgs e)
        {
            SearchExistingTrailerWindow sTrailer = new SearchExistingTrailerWindow();

            sTrailer.ShowDialog();
            TrailerTextBox.Text = SearchExistingTrailerWindow.sPropertyCode;
        }
コード例 #2
0
        private void SearchExistingTrailer_Click(object sender, RoutedEventArgs e)
        {
            SearchExistingTrailerWindow sTrailer = new SearchExistingTrailerWindow();

            sTrailer.ShowDialog();
            idTrailer            = SearchExistingTrailerWindow.sPropertyId;
            txtTrailerCode.Text  = SearchExistingTrailerWindow.sPropertyCode;
            txtTrailerPlate.Text = SearchExistingTrailerWindow.sPropertyLicensePlate;
        }