mirror of
https://github.com/bvanroll/cs-map-project.git
synced 2025-08-29 20:02:43 +00:00
tis implemented maar werkt nie super goe. kheb geen id waarom
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E92F073CEE6714AF0A5CB02DB34D14A9EC5D8B57"
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "275AB0917A78CC675C19C07620AC1ABD563648FF"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
@@ -74,6 +74,22 @@ namespace opdracht2 {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 22 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Slider PeukerSlider;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 23 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label peukerPercentje;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 24 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox Triangulate;
|
||||
@@ -89,6 +105,14 @@ namespace opdracht2 {
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 26 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox Peuker;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
@@ -144,11 +168,20 @@ namespace opdracht2 {
|
||||
#line hidden
|
||||
return;
|
||||
case 5:
|
||||
this.Triangulate = ((System.Windows.Controls.CheckBox)(target));
|
||||
this.PeukerSlider = ((System.Windows.Controls.Slider)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.peukerPercentje = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.Triangulate = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.Scale = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.Peuker = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E92F073CEE6714AF0A5CB02DB34D14A9EC5D8B57"
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "275AB0917A78CC675C19C07620AC1ABD563648FF"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
@@ -74,6 +74,22 @@ namespace opdracht2 {
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 22 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Slider PeukerSlider;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 23 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Label peukerPercentje;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 24 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox Triangulate;
|
||||
@@ -89,6 +105,14 @@ namespace opdracht2 {
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 26 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.CheckBox Peuker;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
@@ -144,11 +168,20 @@ namespace opdracht2 {
|
||||
#line hidden
|
||||
return;
|
||||
case 5:
|
||||
this.Triangulate = ((System.Windows.Controls.CheckBox)(target));
|
||||
this.PeukerSlider = ((System.Windows.Controls.Slider)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.peukerPercentje = ((System.Windows.Controls.Label)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.Triangulate = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.Scale = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.Peuker = ((System.Windows.Controls.CheckBox)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user