コード例 #1
0
        private void btn_acc_outmoney_Click_1(object sender, EventArgs e)
        {
            Button            btn = (Button)sender;
            Class_AccountBook c   = new Class_AccountBook(this);

            if (btn == btn_acc_outmoney)
            {
                c.File_Save("지출");
            }
            else if (btn == btn_acc_inmoney)
            {
                c.File_Save("입금");
            }
            c.Monthcalendar_Sel();
        }
コード例 #2
0
        private void mcd_acc_search_DateSelected(object sender, DateRangeEventArgs e)
        {
            Class_AccountBook c = new Class_AccountBook(this);

            c.Monthcalendar_Sel();
        }