Browse Source

修正文件名称

master
Nah 1 year ago
parent
commit
adac7b63ce
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      BPA.SingleDevice/Converters/DictionaryValueConverter.cs
  2. +1
    -1
      BPA.SingleDevice/Converters/DictionaryValueMultiConverter.cs

BPA.SingleDevice/Converters/DictionaryValueConverter .cs → BPA.SingleDevice/Converters/DictionaryValueConverter.cs View File

@@ -4,7 +4,7 @@ using System.Windows.Data;

namespace BPA.SingleDevice.Converters
{
public class DictionaryValueConverter : IValueConverter
public class DictionaryValueConverter: IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{

BPA.SingleDevice/Converters/DictionaryValueMultiConverter .cs → BPA.SingleDevice/Converters/DictionaryValueMultiConverter.cs View File

@@ -4,7 +4,7 @@ using System.Windows.Data;

namespace BPA.SingleDevice.Converters
{
public class DictionaryValueMultiConverter : IMultiValueConverter
public class DictionaryValueMultiConverter: IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
{

Loading…
Cancel
Save