diff --git a/lab2/App.xaml b/lab2/App.xaml new file mode 100644 index 0000000..4156279 --- /dev/null +++ b/lab2/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/lab2/App.xaml.cs b/lab2/App.xaml.cs new file mode 100644 index 0000000..91b1ea9 --- /dev/null +++ b/lab2/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace lab2 +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/lab2/AssemblyInfo.cs b/lab2/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/lab2/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/lab2/MainWindow.xaml b/lab2/MainWindow.xaml new file mode 100644 index 0000000..8162c05 --- /dev/null +++ b/lab2/MainWindow.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Лютий видеохостинг + + + + + + diff --git a/lab2/MainWindow.xaml.cs b/lab2/MainWindow.xaml.cs new file mode 100644 index 0000000..3012ee1 --- /dev/null +++ b/lab2/MainWindow.xaml.cs @@ -0,0 +1,28 @@ +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; + +namespace lab2 +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} diff --git a/lab2/free-icon-clover-6365303.png b/lab2/free-icon-clover-6365303.png new file mode 100644 index 0000000..03c443a Binary files /dev/null and b/lab2/free-icon-clover-6365303.png differ diff --git a/lab2/lab2.csproj b/lab2/lab2.csproj new file mode 100644 index 0000000..9371229 --- /dev/null +++ b/lab2/lab2.csproj @@ -0,0 +1,18 @@ + + + + WinExe + net6.0-windows + enable + true + + + + + + + + + + +