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/src/free2.png b/Lab2/Lab2/src/free2.png
deleted file mode 100644
index 9b93934..0000000
Binary files a/Lab2/Lab2/src/free2.png and /dev/null differ
diff --git a/Lab2/Lab2.sln b/Lab3/Lab3.sln
similarity index 56%
rename from Lab2/Lab2.sln
rename to Lab3/Lab3.sln
index 1f404ec..3ce7278 100644
--- a/Lab2/Lab2.sln
+++ b/Lab3/Lab3.sln
@@ -1,9 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
-VisualStudioVersion = 17.9.34622.214
+VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab2", "Lab2\Lab2.csproj", "{53416734-E4DD-4E45-9FBA-AD26097BEA8F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab3", "Lab3\Lab3.csproj", "{4C08AD9D-C600-4AE3-A1A9-8F091C10C357}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {53416734-E4DD-4E45-9FBA-AD26097BEA8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53416734-E4DD-4E45-9FBA-AD26097BEA8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53416734-E4DD-4E45-9FBA-AD26097BEA8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53416734-E4DD-4E45-9FBA-AD26097BEA8F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4C08AD9D-C600-4AE3-A1A9-8F091C10C357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4C08AD9D-C600-4AE3-A1A9-8F091C10C357}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4C08AD9D-C600-4AE3-A1A9-8F091C10C357}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4C08AD9D-C600-4AE3-A1A9-8F091C10C357}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9792C90A-8C03-49A8-862B-A01F8115DAE1}
+ SolutionGuid = {DA7E26C5-8A91-4254-8966-F6347AE928E4}
EndGlobalSection
EndGlobal
diff --git a/Lab2/Lab2/App.xaml b/Lab3/Lab3/App.xaml
similarity index 77%
rename from Lab2/Lab2/App.xaml
rename to Lab3/Lab3/App.xaml
index 065386e..79b6031 100644
--- a/Lab2/Lab2/App.xaml
+++ b/Lab3/Lab3/App.xaml
@@ -1,7 +1,7 @@
-
diff --git a/Lab2/Lab2/App.xaml.cs b/Lab3/Lab3/App.xaml.cs
similarity index 55%
rename from Lab2/Lab2/App.xaml.cs
rename to Lab3/Lab3/App.xaml.cs
index 72d7662..c315ee7 100644
--- a/Lab2/Lab2/App.xaml.cs
+++ b/Lab3/Lab3/App.xaml.cs
@@ -1,8 +1,12 @@
-using System.Configuration;
+using System;
+using System.Collections.Generic;
+using System.Configuration;
using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
using System.Windows;
-namespace Lab2
+namespace Lab3
{
///
/// Interaction logic for App.xaml
@@ -10,5 +14,4 @@ namespace Lab2
public partial class App : Application
{
}
-
}
diff --git a/Lab3/Lab3/AssemblyInfo.cs b/Lab3/Lab3/AssemblyInfo.cs
new file mode 100644
index 0000000..8b5504e
--- /dev/null
+++ b/Lab3/Lab3/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+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/Lab3/Lab3/Images/exit.png b/Lab3/Lab3/Images/exit.png
new file mode 100644
index 0000000..6d22a7e
Binary files /dev/null and b/Lab3/Lab3/Images/exit.png differ
diff --git a/Lab3/Lab3/Images/foto.jpg b/Lab3/Lab3/Images/foto.jpg
new file mode 100644
index 0000000..4a2647d
Binary files /dev/null and b/Lab3/Lab3/Images/foto.jpg differ
diff --git a/Lab3/Lab3/Images/foto2.jpg b/Lab3/Lab3/Images/foto2.jpg
new file mode 100644
index 0000000..b0ae946
Binary files /dev/null and b/Lab3/Lab3/Images/foto2.jpg differ
diff --git a/Lab3/Lab3/Images/foto3.jpg b/Lab3/Lab3/Images/foto3.jpg
new file mode 100644
index 0000000..d06c06a
Binary files /dev/null and b/Lab3/Lab3/Images/foto3.jpg differ
diff --git a/Lab3/Lab3/Images/unnamed.jpg b/Lab3/Lab3/Images/unnamed.jpg
new file mode 100644
index 0000000..6d75eec
Binary files /dev/null and b/Lab3/Lab3/Images/unnamed.jpg differ
diff --git a/Lab3/Lab3/Lab3.csproj b/Lab3/Lab3/Lab3.csproj
new file mode 100644
index 0000000..fe29fbe
--- /dev/null
+++ b/Lab3/Lab3/Lab3.csproj
@@ -0,0 +1,56 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+
+
+
+
+ Always
+
+
+
+
+
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
+
diff --git a/Lab3/Lab3/MainWindow.xaml b/Lab3/Lab3/MainWindow.xaml
new file mode 100644
index 0000000..d1f6c08
--- /dev/null
+++ b/Lab3/Lab3/MainWindow.xaml
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+}