Пример #1
0
        private void dockManager_Loaded(object sender, RoutedEventArgs e)
        {
            DockingService.InitPanels(StatusBar);

            //handle any arguments sent
            HandleArgs(args);
        }
Пример #2
0
        public void InitPanelsTest()
        {
            DockingService      target    = new DockingService(); // TODO: Initialize to an appropriate value
            WabbitcodeStatusBar statusBar = null;                 // TODO: Initialize to an appropriate value

            target.InitPanels(statusBar);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }