コード例 #1
0
 public void UpdateTool(ToolRepresentation tool)
 {
     using (ISQLConnection datasource = DataSource)
     {
         datasource.UpdateTool(RepresentationConverter.convertTool(tool));
     }
 }