Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/06/12 10:22:07 (12 years ago)
Author:
sforsten
Message:

#1867: renamed view DeleteWithThreshold to DeleteWithThresholdView

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/View/DeleteWithThresholdView.cs

    r8584 r8586  
    2323using System.Windows.Forms;
    2424using HeuristicLab.DataImporter.Data.CommandBase;
     25
    2526namespace HeuristicLab.DataImporter.Command.View {
    26   public partial class DeleteWithThreshold : HeuristicLab.DataImporter.Data.CommandBase.CommandViewBase {
    27     public DeleteWithThreshold() {
     27  public partial class DeleteWithThresholdView : CommandViewBase {
     28    public DeleteWithThresholdView() {
    2829      InitializeComponent();
    2930    }
    3031
    31     public DeleteWithThreshold(IThresholdCommand command)
     32    public DeleteWithThresholdView(IThresholdCommand command)
    3233      : this() {
    3334      if (command != null) {
     
    4445
    4546    private double threshold;
    46     public double Threshold { get { return Command.Threshold; } }
    4747
    4848    private void txtThreshold_Validating(object sender, System.ComponentModel.CancelEventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.