public WZ0019(string programID, string programName) : base(programID, programName) { InitializeComponent(); GridHelper.SetCommonGrid(gvMain); PrintableComponent = gcMain; this.Text = _ProgramID + "─" + _ProgramName; daoZ0019 = new DZ0019(); daoUPF = new UPF(); }
public ServiceZ0019() { daoZ0019 = new DZ0019(); }