Commit 94bbae44 authored by 潘栩锋's avatar 潘栩锋 🚴

删除 AD曲线界面 多余的转换器删除

parent e3a046aa
......@@ -12,8 +12,6 @@
Title="Page_Curve">
<Page.Resources>
<ResourceDictionary>
<local:CurveTypeConverter x:Key="curvetype2boolconv" />
<local:CurveCorrectWayConverter x:Key="curvecorrway2boolconv" />
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/Dictionary_MyStyle.xaml"/>
<ResourceDictionary Source="pack://application:,,,/FLY.Thick.Base.UI;component/Converter/Dictionary_MyConv.xaml"/>
......
......@@ -115,14 +115,6 @@ namespace FLY.Thick.Base.UI
this.DataContext = viewModel;
}
}
public class CurveTypeConverter : EnumToIsCheckedConverter<CurveType>
{
}
public class CurveCorrectWayConverter : EnumToIsCheckedConverter<CurveCorrectWay>
{
}
public class PgCurveVm : INotifyPropertyChanged
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment