Example #1
0
        private void exportDanskeErhvervToolStripMenuItem_Click(object sender, EventArgs e)
        {
            KarBankkontoudtogDanskebank recBankkontoudtogDanskebank = new KarBankkontoudtogDanskebank(1, KarBankkontoudtogDanskebank.action.import);

            recBankkontoudtogDanskebank.load();
            recBankkontoudtogDanskebank.export();
        }
Example #2
0
        private void toolStripLabel2_Click(object sender, EventArgs e)
        {
            KarBankkontoudtogDanskebank recBankkontoudtogDanskebank = new KarBankkontoudtogDanskebank(1, KarBankkontoudtogDanskebank.action.import);

            recBankkontoudtogDanskebank.load();
            recBankkontoudtogDanskebank.export();
            DialogResult result = DotNetPerls.BetterDialog.ShowDialog(
                "Trans2Summa3060",                                          //titleString
                "Danske Erhverv Kontoudtog uploaded til UniConta.",         //bigString
                null,                                                       //smallString
                null,                                                       //leftButton
                "OK",                                                       //rightButton
                global::Trans2Summa3060.Properties.Resources.Message_info); //iconSet
        }
Example #3
0
        private void importMasterCardToolStripMenuItem_Click(object sender, EventArgs e)
        {
            KarBankkontoudtogDanskebank recBankkontoudtogDanskebank = new KarBankkontoudtogDanskebank(2);

            recBankkontoudtogDanskebank.load();
        }