Esempio n. 1
0
 public FrmCauHinhDocAmThanh(int _idChuyen, string tenChuyen, int _configType)
 {
     InitializeComponent();
     soundReadConfigDAO = new SoundReadConfigDAO();
     this.idChuyen      = _idChuyen;
     this.Text         += " của " + tenChuyen;
     this.configType    = _configType;
 }
Esempio n. 2
0
 public FrmCauHinhDocAmThanh_Create(int _idReadNSConfig, int _idChuyen, int _configType)
 {
     InitializeComponent();
     soundDAO            = new SoundDAO();
     soundIntConfigDAO   = new SoundIntConfigDAO();
     soundReadConfigDAO  = new SoundReadConfigDAO();
     this.idReadNSConfig = _idReadNSConfig;
     this.idChuyen       = _idChuyen;
     this.configType     = _configType;
 }