-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5053cf3
commit 186f225
Showing
26 changed files
with
901 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "70691D25E8ED7D02D8E3A8944032595E276B439C79B7B88F62E20E6FDABEEE0D" | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// Этот код создан программой. | ||
// Исполняемая версия:4.0.30319.42000 | ||
// | ||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае | ||
// повторной генерации кода. | ||
// </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 WpfApp1; | ||
|
||
|
||
namespace WpfApp1 { | ||
|
||
|
||
/// <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() { | ||
WpfApp1.App app = new WpfApp1.App(); | ||
app.InitializeComponent(); | ||
app.Run(); | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "70691D25E8ED7D02D8E3A8944032595E276B439C79B7B88F62E20E6FDABEEE0D" | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// Этот код создан программой. | ||
// Исполняемая версия:4.0.30319.42000 | ||
// | ||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае | ||
// повторной генерации кода. | ||
// </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 WpfApp1; | ||
|
||
|
||
namespace WpfApp1 { | ||
|
||
|
||
/// <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() { | ||
WpfApp1.App app = new WpfApp1.App(); | ||
app.InitializeComponent(); | ||
app.Run(); | ||
} | ||
} | ||
} | ||
|
Binary file not shown.
Oops, something went wrong.