Exemplo n.º 1
0
        public Program()
        {
            _googleSheetsService = new GoogleSheetsService();
            _coinspotService     = new CoinspotService();

            PrepareUpdateTimer();
            AddActions();
            ShowHelp(null);

            WriteLine();
            ShowBalances(null);
            Colored(() => ShowStatus(null), ConsoleColor.Yellow);
        }
Exemplo n.º 2
0
 public Commands()
 {
     _coinspotService = new CoinspotService();
     _sheetUpdater    = new SheetUpdater(_coinspotService);
 }