new base
1
.idea/.idea.demo_2023/.idea/.name
Normal file
@ -0,0 +1 @@
|
||||
demo_2023
|
@ -1,6 +1,6 @@
|
||||
<Application xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
x:Class="demo_2023.App"
|
||||
RequestedThemeVariant="Default">
|
||||
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
||||
|
||||
|
@ -35,7 +35,7 @@ public partial class MainWindow : Window
|
||||
{
|
||||
try
|
||||
{
|
||||
string absolutePath = Path.Combine(AppContext.BaseDirectory, photo);
|
||||
string absolutePath = Path.Combine(AppContext.BaseDirectory, Photo);
|
||||
return new Bitmap(absolutePath);
|
||||
}
|
||||
catch
|
||||
|
BIN
demo_2023/bin/Debug/net8.0/Events/1.jpeg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/10.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/11.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/12.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/13.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/14.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/15.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/16.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/17.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/18.jpeg
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/19.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/2.jpeg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/20.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/3.jpeg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/4.jpeg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/5.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/6.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/7.jpg
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/8.jpeg
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
demo_2023/bin/Debug/net8.0/Events/9.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("demo_2023")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5aad98b68d2a1940b40b1fe61c1c3fb871c4d2da")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+08742de811af86c104f56f3df429e35070bc33d8")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("demo_2023")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("demo_2023")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
2a13e053bdf7101e8c013064fab6e315e29b6132025d1be3e8d9cf659e9b4612
|
||||
c711a05fa0254dc806babe9603d7c7436ccecc1bd5bf1d9635645ae1c03b6c08
|
||||
|
@ -1 +1 @@
|
||||
e627e2c5db8d231378989fdc6674168f7a50ac90d16215e27e11c7c600b62da9
|
||||
ab8e4dc14ef8a0f8fc13821bca191043816680c4c716655dbb67e9137314fe80
|
||||
|
@ -294,6 +294,3 @@
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/demo_2023.csproj.Up2Date
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/demo_2023.genruntimeconfig.cache
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/ref/demo_2023.dll
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/demo_2023.dll
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/refint/demo_2023.dll
|
||||
/home/class_student/RiderProjects/demo2023/demo_2023/obj/Debug/net8.0/demo_2023.pdb
|
||||
|