Remove byte order marks
All checks were successful
Test / Run tests (push) Successful in 2m4s

This commit is contained in:
2024-07-26 19:43:04 +02:00
parent 53c7cb2ec0
commit f09753ccc2
117 changed files with 117 additions and 117 deletions

View File

@ -1,4 +1,4 @@
<Window x:Class="Elwig.Dialogs.AreaComDialog"
<Window x:Class="Elwig.Dialogs.AreaComDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

View File

@ -1,4 +1,4 @@
using Elwig.Helpers;
using Elwig.Helpers;
using System.Windows;
using System.Windows.Controls;

View File

@ -1,4 +1,4 @@
<Window x:Class="Elwig.Dialogs.DeleteMemberDialog"
<Window x:Class="Elwig.Dialogs.DeleteMemberDialog"
AutomationProperties.AutomationId="DeleteMemberDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

View File

@ -1,4 +1,4 @@
using Elwig.Helpers;
using Elwig.Helpers;
using System.Linq;
using System.Windows;
using System.Windows.Controls;

View File

@ -1,4 +1,4 @@
<Window x:Class="Elwig.Dialogs.NewSeasonDialog"
<Window x:Class="Elwig.Dialogs.NewSeasonDialog"
AutomationProperties.AutomationId="NewSeasonDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

View File

@ -1,4 +1,4 @@
using Elwig.Helpers;
using Elwig.Helpers;
using Elwig.Models.Entities;
using System.Collections.Generic;
using System.Windows;

View File

@ -1,4 +1,4 @@
<Window x:Class="Elwig.Dialogs.UpdateDialog"
<Window x:Class="Elwig.Dialogs.UpdateDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

View File

@ -1,4 +1,4 @@
using Elwig.Helpers;
using Elwig.Helpers;
using System;
using System.Diagnostics;
using System.IO;