public ControlHostService(IMainWindow mainWindow) { m_dockPanel = new Sce.Atf.Wpf.Docking.DockPanel(); m_mainWindow = mainWindow; // TODO: Need to implement DockStateChanged. Reference it here to silence the compiler warning. if (DockStateChanged == null) return; }
public ControlHostService(IMainWindow mainWindow) { m_dockPanel = new Sce.Atf.Wpf.Docking.DockPanel(); m_mainWindow = mainWindow; // TODO: temporarily stop compiler warning // TODO: Needs to be implemented! if (DockStateChanged == null) return; }
public ControlHostService(IMainWindow mainWindow) { m_dockPanel = new Sce.Atf.Wpf.Docking.DockPanel(); m_mainWindow = mainWindow; // TODO: Need to implement DockStateChanged. Reference it here to silence the compiler warning. if (DockStateChanged == null) { return; } }
public ControlHostService(IMainWindow mainWindow) { m_dockPanel = new Sce.Atf.Wpf.Docking.DockPanel(); m_mainWindow = mainWindow; // TODO: temporarily stop compiler warning // TODO: Needs to be implemented! if (DockStateChanged == null) { return; } }