C# Class BKI_DichVuMatDat.DanhMuc.F102_dm_bao_hiem_de

Inheritance: System.Windows.Forms.Form
Show file Open project: assassinadal/BKIProject-DichVuMatDat

Public Methods

Method Description
DisplayForInsert ( ) : void
DisplayForUpdate ( US_DM_BAO_HIEM v_us ) : void
F102_dm_bao_hiem_de ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
F102_dm_bao_hiem_de_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

check_data_is_ok ( ) : bool
check_ma_bh_da_ton_tai ( ) : bool
form_to_us ( ) : void
format_controls ( ) : void
m_cmd_exit_Click ( object sender, EventArgs e ) : void
m_cmd_save_Click ( object sender, EventArgs e ) : void
set_define_events ( ) : void
us_to_form ( US_DM_BAO_HIEM v_us ) : void

Method Details

DisplayForInsert() public method

public DisplayForInsert ( ) : void
return void

DisplayForUpdate() public method

public DisplayForUpdate ( US_DM_BAO_HIEM v_us ) : void
v_us BKI_DichVuMatDat.US.US_DM_BAO_HIEM
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

F102_dm_bao_hiem_de() public method

public F102_dm_bao_hiem_de ( ) : System
return System