忱 沈 4 years ago
parent
commit
6bc5d12a29
  1. 4
      ConvertMoels/ColorSQLConvert.cs
  2. 1
      View/StuffView.xaml.cs

4
ConvertMoels/ColorSQLConvert.cs

@ -14,8 +14,8 @@ namespace Audit.ConvertMoels
/// </summary>
public class ColorSQLConvert : IValueConverter
{
/// <summary>
/// </summary>
/// <summary>
/// </summary>
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
if (value != null)

1
View/StuffView.xaml.cs

@ -18,6 +18,7 @@ using System.Drawing;
using System.Text.RegularExpressions;
using Models;
using Audit.ViewModel;
using Audit.ConvertMoels;
namespace Audit.View
{

Loading…
Cancel
Save