Initial Commit

This commit is contained in:
Jason SECULA
2025-06-12 10:31:28 +02:00
commit 16af3459e3
48 changed files with 1688 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

70
obj/Debug/App.g.cs Normal file
View File

@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAF229886B3B9042D2B7CAC94CCB557C6BCAA61497A0D41D0FEB9704AB70F1C0"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
Test.App app = new Test.App();
app.InitializeComponent();
app.Run();
}
}
}

70
obj/Debug/App.g.i.cs Normal file
View File

@ -0,0 +1,70 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FAF229886B3B9042D2B7CAC94CCB557C6BCAA61497A0D41D0FEB9704AB70F1C0"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
Test.App app = new Test.App();
app.InitializeComponent();
app.Run();
}
}
}

Binary file not shown.

View File

@ -0,0 +1,108 @@
#pragma checksum "..\..\MainWindow - Copy.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "839EBF605266059D4514738A8D075F5912ABEE0E429CFAAD4811624D33A7DF3A"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\MainWindow - Copy.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.PasswordBox passwordBox;
#line default
#line hidden
#line 17 "..\..\MainWindow - Copy.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label errorLabel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Test;component/mainwindow%20-%20copy.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow - Copy.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.passwordBox = ((System.Windows.Controls.PasswordBox)(target));
return;
case 2:
#line 15 "..\..\MainWindow - Copy.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 3:
this.errorLabel = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

BIN
obj/Debug/MainWindow.baml Normal file

Binary file not shown.

108
obj/Debug/MainWindow.g.cs Normal file
View File

@ -0,0 +1,108 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "222D13FF9A7226F2255E7133B4AE7B0EB42A9EE2771CDBBFADA62D0D74D87F73"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 13 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.PasswordBox passwordBox;
#line default
#line hidden
#line 16 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label errorLabel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/SoftwareCenterRepair;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.passwordBox = ((System.Windows.Controls.PasswordBox)(target));
return;
case 2:
#line 14 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 3:
this.errorLabel = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

108
obj/Debug/MainWindow.g.i.cs Normal file
View File

@ -0,0 +1,108 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "222D13FF9A7226F2255E7133B4AE7B0EB42A9EE2771CDBBFADA62D0D74D87F73"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 13 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.PasswordBox passwordBox;
#line default
#line hidden
#line 16 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label errorLabel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/SoftwareCenterRepair;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.passwordBox = ((System.Windows.Controls.PasswordBox)(target));
return;
case 2:
#line 14 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 3:
this.errorLabel = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

Binary file not shown.

View File

@ -0,0 +1,117 @@
#pragma checksum "..\..\ProgressWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8964BB682497A6B119F4799B656C9E3DBD4234B099C7E1556BBDEA9F49098EC0"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// ProgressWindow
/// </summary>
public partial class ProgressWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 13 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label errorLabel;
#line default
#line hidden
#line 14 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar ProgressBar;
#line default
#line hidden
#line 15 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label ProgressLabel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/SoftwareCenterRepair;component/progresswindow.xaml", System.UriKind.Relative);
#line 1 "..\..\ProgressWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.errorLabel = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.ProgressBar = ((System.Windows.Controls.ProgressBar)(target));
#line 14 "..\..\ProgressWindow.xaml"
this.ProgressBar.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.ProgressBar_ValueChanged);
#line default
#line hidden
return;
case 3:
this.ProgressLabel = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -0,0 +1,117 @@
#pragma checksum "..\..\ProgressWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8964BB682497A6B119F4799B656C9E3DBD4234B099C7E1556BBDEA9F49098EC0"
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// ProgressWindow
/// </summary>
public partial class ProgressWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 13 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label errorLabel;
#line default
#line hidden
#line 14 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar ProgressBar;
#line default
#line hidden
#line 15 "..\..\ProgressWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label ProgressLabel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/SoftwareCenterRepair;component/progresswindow.xaml", System.UriKind.Relative);
#line 1 "..\..\ProgressWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.errorLabel = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.ProgressBar = ((System.Windows.Controls.ProgressBar)(target));
#line 14 "..\..\ProgressWindow.xaml"
this.ProgressBar.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.ProgressBar_ValueChanged);
#line default
#line hidden
return;
case 3:
this.ProgressLabel = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

Binary file not shown.

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("416405_service_setting_tool_tools_work_icon.ico")]

View File

@ -0,0 +1,20 @@
SoftwareCenterRepair
winexe
C#
.cs
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\
SoftwareCenterRepair
none
false
DEBUG;TRACE
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\App.xaml
2-624838264
61721034854
121053302329
ProgressWindow.xaml;MainWindow.xaml;
False

View File

@ -0,0 +1,20 @@
SoftwareCenterRepair
winexe
C#
.cs
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\
SoftwareCenterRepair
none
false
DEBUG;TRACE
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\App.xaml
2-624838264
7-361053764
121053302329
ProgressWindow.xaml;MainWindow.xaml;
False

View File

@ -0,0 +1,5 @@

FC:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\ProgressWindow.xaml;;
FC:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\MainWindow.xaml;;

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
9bb2d7bd44cde550ebabe5e64c8b58d634abe572a0c2e1535f49391bf206f2e2

View File

@ -0,0 +1,52 @@
C:\Users\EmitLinks\source\repos\Test\Test\bin\Debug\SoftwareCenterRepair.exe.config
C:\Users\EmitLinks\source\repos\Test\Test\bin\Debug\SoftwareCenterRepair.exe
C:\Users\EmitLinks\source\repos\Test\Test\bin\Debug\SoftwareCenterRepair.pdb
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\Test.csproj.AssemblyReference.cache
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\ProgressWindow.g.cs
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\MainWindow.g.cs
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\App.g.cs
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.cache
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.lref
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\ProgressWindow.baml
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\MainWindow.baml
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair.g.resources
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair.Properties.Resources.resources
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\Test.csproj.GenerateResource.cache
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\Test.csproj.CoreCompileInputs.cache
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair.exe
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\SoftwareCenterRepair.pdb
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.exe.config
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.exe
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.pdb
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.AssemblyReference.cache
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\ProgressWindow.g.cs
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\MainWindow.g.cs
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\App.g.cs
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.cache
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.lref
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\ProgressWindow.baml
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\MainWindow.baml
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.g.resources
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.Properties.Resources.resources
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.GenerateResource.cache
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.CoreCompileInputs.cache
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.exe
E:\nextcloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.pdb
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.exe.config
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.exe
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\bin\Debug\SoftwareCenterRepair.pdb
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.AssemblyReference.cache
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\ProgressWindow.g.cs
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\MainWindow.g.cs
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\App.g.cs
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.cache
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair_MarkupCompile.lref
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\ProgressWindow.baml
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\MainWindow.baml
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.g.resources
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.Properties.Resources.resources
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.GenerateResource.cache
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\Test.csproj.CoreCompileInputs.cache
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.exe
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.pdb
C:\Users\jsecula1\EmitCloud\rectorat\scripts\softwarecenterrepair\Test\obj\Debug\SoftwareCenterRepair.exe.config

Binary file not shown.

View File

@ -0,0 +1,20 @@
Test
winexe
C#
.cs
C:\Users\EmitLinks\source\repos\Test\Test\obj\Debug\
Test
none
false
DEBUG;TRACE
C:\Users\EmitLinks\source\repos\Test\Test\App.xaml
2-624838264
7-361053764
121053302329
ProgressWindow.xaml;MainWindow.xaml;
True

View File

@ -0,0 +1,5 @@

FC:\Users\EmitLinks\source\repos\Test\Test\ProgressWindow.xaml;;
FC:\Users\EmitLinks\source\repos\Test\Test\MainWindow.xaml;;

75
obj/Debug/Window1.g.i.cs Normal file
View File

@ -0,0 +1,75 @@
#pragma checksum "..\..\Window1.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "440FEFE95689072E60ADBA6730A519C4332E32885F69E9F40C17575A32EBE2F3"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Test;
namespace Test {
/// <summary>
/// Window1
/// </summary>
public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Test;component/window1.xaml", System.UriKind.Relative);
#line 1 "..\..\Window1.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}