Beispiel #1
0
        public ContractLayout()
        {
            this.Build();

            new AssetsController(this);
            _ContractController = new ContractController(this);
            _DeltasController   = new DeltasController(this);

            InitLayout();
            InitSecureTokenSelect();
            InitHandlers();
            UpdateUI();
        }
Beispiel #2
0
        public PortfolioTable()
        {
            this.Build();

            _DeltasController = new DeltasController(this);
            _AssetsController = new AssetsController(this);

            foreach (Widget w in new Widget[] { eventbox4, eventbox7 })
            {
                w.ModifyBg(Gtk.StateType.Normal, Colors.Base.Gdk);
            }

            ConfigureList();
        }