public Frm_gl(dxpt_send frm_p) { InitializeComponent(); }
public Frm_select_other(dxpt_send frm, ref ListBox ls_parent) { InitializeComponent(); frm_dxpt_send_new = frm; }
public Frm_select_xydw(dxpt_send frm, ref ListBox ls_parent) { InitializeComponent(); frm_dxpt_send_new = frm; ls = ls_parent; }