Skip to content

Commit

Permalink
Moved ParameterManager Table
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-McCombs committed Jul 24, 2024
1 parent 054792c commit 91b45b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CarsonsAddins/CarsonsAddins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<Compile Include="Debug\Models\DebugGeometryCommand.cs" />
<Compile Include="Standalone\FilterPipingElementsCommand.cs" />
<Compile Include="Standalone\GetTotalPipeLengthCommand.cs" />
<Compile Include="Standalone\ParameterManager\ViewModels\ParameterManagerTable.cs" />
<Compile Include="Standalone\ParameterManager\Models\ParameterManagerTable.cs" />
<Compile Include="Standalone\SelectAllElementsOfSystemCommand.cs" />
<Compile Include="Standalone\SmartFlipCommand.cs" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
using CarsonsAddins.Utils;
using System.Windows.Media;
using CarsonsAddins.Shared.EventHandlers;
using CarsonsAddins.Standalone.ParameterManager.Models;

namespace CarsonsAddins.Standalone.ParameterManager.ViewModels
namespace CarsonsAddins.Standalone.ParameterManager.Models
{

/// <summary>
/// Abstracts the parameters and element data and interactions with the WPF DataGrid into its own class.
/// Abstracts the parameters and element data and interactions with the WPF DataGrid into its own class. Note: Created before migrating to MVVM architecture, so it doesn't exactly fit.
/// </summary>
class ParameterTable
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using CarsonsAddins.Standalone.ParameterManager.Models;
using CarsonsAddins.Standalone.ParameterManager.ViewModels;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
Expand Down

0 comments on commit 91b45b4

Please sign in to comment.