czyszczenie kodu
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
using System;
|
||||
using Haftmittel.Database;
|
||||
using Haftmittel.Database.DataSetListaSkladnikowTableAdapters;
|
||||
using Haftmittel.Database.DataSetListaTableAdapters;
|
||||
using Haftmittel.Database.DataSetXLTableAdapters;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Data;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Windows.Input;
|
||||
using System.Windows;
|
||||
using Haftmittel.Database;
|
||||
using Haftmittel.Database.DataSetListaTableAdapters;
|
||||
using Haftmittel.Database.DataSetListaSkladnikowTableAdapters;
|
||||
using Haftmittel.Database.DataSetXLTableAdapters;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
|
||||
namespace Haftmittel
|
||||
{
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Media;
|
||||
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
using System.Windows.Data;
|
||||
|
||||
using System.Globalization;
|
||||
using System.Windows.Data;
|
||||
|
||||
namespace Haftmittel
|
||||
{
|
||||
@@ -15,7 +10,7 @@ namespace Haftmittel
|
||||
[ValueConversion(typeof(double), typeof(bool))]
|
||||
public class ClassKonwerterNaProcenty: IValueConverter
|
||||
{
|
||||
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
|
||||
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
if (value is bool)
|
||||
{
|
||||
@@ -34,7 +29,7 @@ namespace Haftmittel
|
||||
}
|
||||
}
|
||||
|
||||
public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
|
||||
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
if (value is double)
|
||||
{
|
||||
|
||||
@@ -1,25 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Haftmittel.Properties;
|
||||
using Microsoft.Data.SqlClient;
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.Data.Odbc;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using System.Reflection;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using System.Windows.Markup;
|
||||
using System.Data.Odbc;
|
||||
using Microsoft.Data.SqlClient;
|
||||
using Haftmittel.Properties;
|
||||
|
||||
namespace Haftmittel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user