diff --git a/ServiceBus98/App.xaml b/ServiceBus98/App.xaml index d23badf..276ac77 100644 --- a/ServiceBus98/App.xaml +++ b/ServiceBus98/App.xaml @@ -142,13 +142,13 @@ - + diff --git a/ServiceBus98/App.xaml.cs b/ServiceBus98/App.xaml.cs index 60e24d9..ec1cdf0 100644 --- a/ServiceBus98/App.xaml.cs +++ b/ServiceBus98/App.xaml.cs @@ -1,8 +1,5 @@ -using System.Configuration; -using System.Data; -using System.Windows; +using System.Windows; using System.Windows.Controls; -using System.Windows.Media; namespace ServiceBus95; diff --git a/ServiceBus98/AssemblyInfo.cs b/ServiceBus98/AssemblyInfo.cs index cc29e7f..b0ec827 100644 --- a/ServiceBus98/AssemblyInfo.cs +++ b/ServiceBus98/AssemblyInfo.cs @@ -1,6 +1,6 @@ using System.Windows; -[assembly:ThemeInfo( +[assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located //(used if a resource is not found in the page, // or application resource dictionaries) diff --git a/ServiceBus98/Controls/XMLFile1.xml b/ServiceBus98/Controls/XMLFile1.xml deleted file mode 100644 index 7dde50e..0000000 --- a/ServiceBus98/Controls/XMLFile1.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ServiceBus98/MainWindow.xaml.cs b/ServiceBus98/MainWindow.xaml.cs index 5ec2733..eb908f0 100644 --- a/ServiceBus98/MainWindow.xaml.cs +++ b/ServiceBus98/MainWindow.xaml.cs @@ -1,5 +1,4 @@ using System.Windows; -using Azure.Messaging.ServiceBus; using Microsoft.Win32; namespace ServiceBus95; @@ -55,7 +54,7 @@ public partial class MainWindow : Window private void CheckIfDirty(object sender, System.Windows.Input.ExecutedRoutedEventArgs e) { - + } private bool WarnOnSave() diff --git a/ServiceBus98/MultilineTextBox9x.xaml.cs b/ServiceBus98/MultilineTextBox9x.xaml.cs index 279928b..1c5493f 100644 --- a/ServiceBus98/MultilineTextBox9x.xaml.cs +++ b/ServiceBus98/MultilineTextBox9x.xaml.cs @@ -1,17 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -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.Windows.Controls; namespace ServiceBus95 { diff --git a/ServiceBus98/TextBox9x.xaml.cs b/ServiceBus98/TextBox9x.xaml.cs index d23c557..139d4d2 100644 --- a/ServiceBus98/TextBox9x.xaml.cs +++ b/ServiceBus98/TextBox9x.xaml.cs @@ -1,17 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -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.Windows.Controls; namespace ServiceBus95 { diff --git a/ServiceBus98/Windows/AboutWindow.xaml.cs b/ServiceBus98/Windows/AboutWindow.xaml.cs index d6238b9..fe99b24 100644 --- a/ServiceBus98/Windows/AboutWindow.xaml.cs +++ b/ServiceBus98/Windows/AboutWindow.xaml.cs @@ -1,17 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using System.Diagnostics; 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.Shapes; namespace ServiceBus95 {