Beispiel #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            frmSyncAll syncAll = new frmSyncAll();

            this.Hide();
            syncAll.ClubName              = ClubName;
            syncAll.DateRelease           = this.dateTimePicker1.Value;
            syncAll.ActionType            = "ENTRYDB";
            syncAll.ActionTypeDescription = "Entry";
            syncAll.ShowDialog();
            this.Show();
        }
Beispiel #2
0
        private void button6_Click(object sender, EventArgs e)
        {
            frmSyncAll syncAll = new frmSyncAll();

            this.Hide();
            syncAll.ClubName              = ClubName;
            syncAll.DateRelease           = this.dateTimePicker1.Value;
            syncAll.ActionType            = "RESULTDB";
            syncAll.ActionTypeDescription = "Result";
            syncAll.ShowDialog();
            GetPigeonList(this.txtMemberID.Text);
            this.Show();
        }