public frmUpd_Configs(frmLst_Configs afrmLst_Configs, int ID,string AccessKey) { InitializeComponent(); this.afrmLst_Configs = afrmLst_Configs; this.ID = ID; this.AccessKey = AccessKey; }
public frmIns_Configs(frmLst_Configs afrmLst_Configs, string AccessKey) { InitializeComponent(); this.afrmLst_Configs = afrmLst_Configs; this.AccessKey = AccessKey; }