Imports EgtUILib Imports EgtWPFLib5 Imports EgtBEAMWALL.Core Imports EgtBEAMWALL.ViewerOptimizer Public Module DbControllers Public m_MaterialsController As DataLayer.Controllers.MaterialsController Public m_RawItemsController As DataLayer.Controllers.RawItemsController Sub Init() End Sub Sub New() End Sub Sub LoadControllers(MaterialsController As DataLayer.Controllers.MaterialsController, RawItemsController As DataLayer.Controllers.RawItemsController) m_MaterialsController = MaterialsController m_RawItemsController = RawItemsController End Sub End Module