Exemplo n.º 1
0
        private static IToolbox GetToolbox(List<MathTool> tools)
        {
            IToolbox result = new Toolbox(tools);

            return result;
        }
Exemplo n.º 2
0
 public HomeController()
 {
     _toolbox = new Toolbox(GetTools());
 }