Example #1
0
        public void Postbank()
        {
            Collectors c = new Collectors();

            c.Payments = a.Payments;
            c.ExecFile(SecretFile("test-Postbank.command"));
        }
Example #2
0
        public void Hbci()
        {
            Collectors c = new Collectors();

            c.Payments = a.Payments;
            c.ExecFile(SecretFile("test-hbci.command"));
        }
Example #3
0
        public void Dkb()
        {
            Collectors c = new Collectors();

            c.Payments = a.Payments;
            c.ExecFile(SecretFile("test-dkb.command"));
        }
Example #4
0
        public void Html1822direkt()
        {
            Collectors c = new Collectors();

            c.Payments             = a.Payments;
            ScrapeForm.ShowBrowser = true;
            c.ExecFile(SecretFile("test-1822direkt.command"));
        }