- Timestamp:
- 05/29/19 12:26:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/AggregationCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 22 30 23 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/BoxCoxTransformationCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 23 using System.Windows.Forms; 29 24 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/ChangeDateTimeCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 23 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 24 using System.Windows.Forms; 29 25 using HeuristicLab.DataImporter.Data; -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/FilterCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 22 30 23 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/FilterSavitzkyGolayCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 23 30 24 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/LinearTransformationCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 23 using System.Windows.Forms; 29 24 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/MinMaxCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 23 using System.Windows.Forms; 29 24 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/NormalDistribuationCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 23 using System.Windows.Forms; 29 24 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/ProgrammableColumnCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 23 30 24 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/SearchAndReplaceCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 22 30 23 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/SearchCommandView.cs
r9615 r16994 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 22 30 23 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/SearchWithMatchOperationCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.ComponentModel;25 using System.Data;26 using System.Drawing;27 using System.Text;28 using System.Windows.Forms;29 23 30 24 namespace HeuristicLab.DataImporter.Command.View { -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/TimeBasedCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 23 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 24 using System.Windows.Forms; 29 25 using HeuristicLab.DataImporter.Data; -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/TimeBasedWithoutOffsetCommandView.cs
r9615 r16994 21 21 22 22 using System; 23 using System.Collections.Generic;24 23 using System.ComponentModel; 25 using System.Data;26 using System.Drawing;27 using System.Text;28 24 using System.Windows.Forms; 29 25 using HeuristicLab.DataImporter.Data;
Note: See TracChangeset
for help on using the changeset viewer.