Пример #1
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;
 }
Пример #2
0
 public FrmCauHinhDocSo()
 {
     InitializeComponent();
     soundIntConfigDAO = new SoundIntConfigDAO();
     //     errorDAO = new ErrorDAO();
 }