示例#1
0
 public frm_vendors(frm_add_asset AddAsset)
 {
     InitializeComponent();
     this._addAsset = AddAsset;
     this._action   = "FORM";
 }
示例#2
0
 public frm_browse_item_for_asset(frm_add_asset AddAsset)
 {
     InitializeComponent();
     _add_assets = AddAsset;
 }
 public frm_serial_numbers(frm_add_asset AddAsset, int Id)
 {
     InitializeComponent();
     _add_asset_to_employee = AddAsset;
     this._id = Id;
 }