BKI_DichVuMatDat.NghiepVu.ThuNhapKhac.f302_option_detail_calculate.Display C# (CSharp) Метод

Display() публичный Метод

public Display ( option_tinh_tnk &op_option, decimal &op_so_tien, decimal &op_phan_tram_thue ) : void
op_option option_tinh_tnk
op_so_tien decimal
op_phan_tram_thue decimal
Результат void
        public void Display(out option_tinh_tnk op_option, out decimal op_so_tien, out decimal op_phan_tram_thue)
        {
            ShowDialog();
            op_option = _option;
            op_so_tien = _so_tien;
            op_phan_tram_thue = _phan_tram_thue;
        }