diff --git a/Lab2/Lab2/AssemblyInfo.cs b/Lab2/Lab2/AssemblyInfo.cs deleted file mode 100644 index b0ec827..0000000 --- a/Lab2/Lab2/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[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) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] diff --git a/Lab2/Lab2/Lab2.csproj b/Lab2/Lab2/Lab2.csproj deleted file mode 100644 index 18b9a12..0000000 --- a/Lab2/Lab2/Lab2.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - WinExe - net6.0-windows - enable - enable - true - - - diff --git a/Lab2/Lab2/MainWindow.xaml b/Lab2/Lab2/MainWindow.xaml deleted file mode 100644 index 8824e21..0000000 --- a/Lab2/Lab2/MainWindow.xaml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Lab2/Lab2/MainWindow.xaml.cs b/Lab3/Lab3/MainWindow.xaml.cs similarity index 63% rename from Lab2/Lab2/MainWindow.xaml.cs rename to Lab3/Lab3/MainWindow.xaml.cs index 9b1c2e3..b9731f3 100644 --- a/Lab2/Lab2/MainWindow.xaml.cs +++ b/Lab3/Lab3/MainWindow.xaml.cs @@ -1,15 +1,23 @@ -using System.Text; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Linq; +using System.Runtime.CompilerServices; +using System.Security.Cryptography; +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.Animation; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; -namespace Lab2 +namespace Lab3 { /// /// Interaction logic for MainWindow.xaml @@ -21,4 +29,4 @@ namespace Lab2 InitializeComponent(); } } -} \ No newline at end of file +}