This commit is contained in:
szabomarton
2024-11-13 11:43:37 +01:00
parent a4c2fd505a
commit ce936f62c7
154 changed files with 2445 additions and 9 deletions

View File

@@ -26,8 +26,8 @@
"Title": "MainWindow.xaml",
"DocumentMoniker": "C:\\Users\\szabomarton\\Desktop\\ProgaOra\\20241016\\Calculator\\Calculator\\MainWindow.xaml",
"RelativeDocumentMoniker": "Calculator\\MainWindow.xaml",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\ProgaOra\\20241016\\Calculator\\Calculator\\MainWindow.xaml*",
"RelativeToolTip": "Calculator\\MainWindow.xaml*",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\ProgaOra\\20241016\\Calculator\\Calculator\\MainWindow.xaml",
"RelativeToolTip": "Calculator\\MainWindow.xaml",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
"WhenOpened": "2024-10-16T10:16:20.634Z",
"EditorCaption": ""
@@ -40,7 +40,7 @@
"RelativeDocumentMoniker": "Calculator\\MainWindow.xaml.cs",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\ProgaOra\\20241016\\Calculator\\Calculator\\MainWindow.xaml.cs",
"RelativeToolTip": "Calculator\\MainWindow.xaml.cs",
"ViewState": "AgIAAFAAAAAAAAAAAAAWwF0AAAAAAAAAAAAAAA==",
"ViewState": "AgIAAAAAAAAAAAAAAIAwwBMAAAAVAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-10-16T10:16:19.309Z",
"EditorCaption": ""

View File

@@ -29,8 +29,7 @@
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\ProgaOra\\20241016\\Calculator\\Calculator\\MainWindow.xaml",
"RelativeToolTip": "Calculator\\MainWindow.xaml",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
"WhenOpened": "2024-10-16T10:16:20.634Z",
"EditorCaption": ""
"WhenOpened": "2024-10-16T10:16:20.634Z"
},
{
"$type": "Document",

View File

@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Calculator")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e328bf3c49f7be41a3cf9120621f868fb751d471")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+39090a199e0e794411540b5a1be540daa0c8c85f")]
[assembly: System.Reflection.AssemblyProductAttribute("Calculator")]
[assembly: System.Reflection.AssemblyTitleAttribute("Calculator")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
c57ef5c07bd06fdd9a1acf9ddc4ee007f025c372138917bdc87e7596611562fa
502e322ebf7687b91c66a3da23d9aa62cbb4b87446ea8ed96037282585457567

View File

@@ -16,5 +16,5 @@ C:\Users\szabomarton\Desktop\ProgaOra\20241016\Calculator\Calculator\App.xaml
198-556154604
MainWindow.xaml;
False
True

View File

@@ -0,0 +1,4 @@

FC:\Users\szabomarton\Desktop\ProgaOra\20241016\Calculator\Calculator\MainWindow.xaml;;

View File

@@ -141,7 +141,7 @@ namespace Calculator {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Calculator;component/mainwindow.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/Calculator;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);