private UserControl InitReceiptMasterNewAll(ref String TagControl, ref string Title) { UserControl usControl; usControl = new ReceiptMasterNewAll(this.mDataSet); (usControl as ReceiptMasterNewAll).Dock = DockStyle.Fill; (usControl as ReceiptMasterNewAll).Tag = Title; return(usControl); }
private UserControl InitReceiptMasterNewAll(ref String TagControl, ref string Title) { UserControl usControl; usControl = new ReceiptMasterNewAll(this.mDataSet); (usControl as ReceiptMasterNewAll).Dock = DockStyle.Fill; (usControl as ReceiptMasterNewAll).Tag = Title; return usControl; }