Esempio n. 1
0
        public void Init()
        {
            IsVisible = true;
            _controller.RefreshAll(1);

            Print(65, 0, "Deposit:", Color.DarkCyan);
            Print(74, 0, $"[c:g f:LimeGreen:Orange:34]{_controller.DepositAddress}");
            State = SadGuiState.Selection;

            _infoConsole.Cursor.NewLine();
            _infoConsole.Cursor.Print(new ColoredString(".:|Keyboard Commands|:.", Color.White, Color.Black));
            _infoConsole.Cursor.NewLine();
            _infoConsole.Cursor.NewLine();
            InfoPrint(".C.", "create mogwai key");
            InfoPrint(".S.", "send x mog to addr");
            InfoPrint(".B.", "bind mogwai 1 mog");
            InfoPrint(".W.", "(un)watch toggle");
            InfoPrint(".P.", "play mogwai");
            InfoPrint(".L.", "log pub keys file");
            InfoPrint(".T.", "tag for send multi");
            InfoPrint(".I.", "incr funds sent");
        }