コード例 #1
0
ファイル: frmSenior.cs プロジェクト: haoas/ETechPOS
        public frmSenior()
        {
            InitializeComponent();
            mySQLFunc.initialize_global_variables();

            fncFilter.set_theme_color(this);
            cls_globalfunc.formaddkbkpevent(this);

            this.senior = new cls_senior();
        }
コード例 #2
0
ファイル: frmSenior.cs プロジェクト: haoas/ETechPOS
 private void btnRemove_Click(object sender, EventArgs e)
 {
     senior = new cls_senior();
     this.Close();
 }