Exemplo n.º 1
0
        public SoylentPanel()
        {
            InitializeComponent();
            jobMap = new Dictionary<int,HITData>();

            ElementHost host = new ElementHost();
            host.Name = "HITViewHost";
            host.Dock = DockStyle.Fill;

            sidebar = new Sidebar();
            host.Child = sidebar;
            this.Controls.Add(host);
        }
Exemplo n.º 2
0
        public SoylentPanel()
        {
            InitializeComponent();
            jobMap = new Dictionary <int, HITData>();

            ElementHost host = new ElementHost();

            host.Name = "HITViewHost";
            host.Dock = DockStyle.Fill;

            sidebar    = new Sidebar();
            host.Child = sidebar;
            this.Controls.Add(host);
        }
Exemplo n.º 3
0
 public void registerSidebar(Sidebar sidebar)
 {
     this.sidebar = sidebar;
 }
Exemplo n.º 4
0
 public void registerSidebar(Sidebar sidebar)
 {
     this.sidebar = sidebar;
 }