15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
|
|
using DTS.Common.Interface.DASFactory.Diagnostics;
|
||
|
|
using System;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using System.Linq;
|
||
|
|
using System.Text;
|
||
|
|
using System.Threading.Tasks;
|
||
|
|
|
||
|
|
namespace DTS.DASLib.Service.Classes.Diagnostics
|
||
|
|
{
|
||
|
|
public class OptimizationValues : IOptimizationValues
|
||
|
|
{
|
||
|
|
public float TransferSpeed { get; set; }
|
||
|
|
}
|
||
|
|
}
|