Files
DP44/Common/DTS.Common/.svn/pristine/a7/a7530dca496a6591feb787bdf10f5a6680a622fd.svn-base

14 lines
286 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DTS.Common.Interface.DASFactory.Diagnostics
{
public interface IOptimizationValues
{
float TransferSpeed { get; set; }
}
}