コード例 #1
0
ファイル: FrmInfoPengiriman.cs プロジェクト: adheegm/desktop
 public FrmInfoPengiriman(Surat.FrmInfoSuratKeluar _frmDetailSurat, string _nomor_agenda)
 {
     InitializeComponent();
     this.nomor_agenda = _nomor_agenda;
     this.frmDetailSuratKeluar = _frmDetailSurat;
 }
コード例 #2
0
ファイル: FrmInfoPengiriman.cs プロジェクト: adheegm/desktop
 public FrmInfoPengiriman(Surat.FrmInfoSuratKeluar _frmDetailSurat, string _nomor_agenda)
 {
     InitializeComponent();
     this.nomor_agenda         = _nomor_agenda;
     this.frmDetailSuratKeluar = _frmDetailSurat;
 }