Esempio n. 1
0
 public ToolBox ToolBox()
 {
     if (toolbox == null)
     {
         toolbox = new Entities.ToolBox();
     }
     return(toolbox);
 }
Esempio n. 2
0
 public ToolBox ToolBox()
 {
     if (toolbox == null)
         toolbox = new Entities.ToolBox();
     return toolbox;
 }