void OnClick(object Obj, EventArgs EA) { Insert_Dialog.Make(); }
public static void Make() { Dlg = new Insert_Dialog(); Dlg.Show(); }