Skip to content

Commit fc26b4c

Browse files
committed
Desktop: Modified Graphics Layers samples:
- Removed GraphicsLayerWindow sample - Renamed CsvLayerSample, GeoRssLayerSample, GraphicsLayerSelection
1 parent 7ea7f21 commit fc26b4c

File tree

10 files changed

+34
-477
lines changed

10 files changed

+34
-477
lines changed

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/ArcGISRuntimeSDKDotNet_DesktopSamples.csproj

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@
229229
<Compile Include="Samples\GraphicsLayers\AddInteractively.xaml.cs">
230230
<DependentUpon>AddInteractively.xaml</DependentUpon>
231231
</Compile>
232-
<Compile Include="Samples\GraphicsLayers\CSVLayerXaml.xaml.cs">
233-
<DependentUpon>CSVLayerXaml.xaml</DependentUpon>
232+
<Compile Include="Samples\GraphicsLayers\CsvLayerSample.xaml.cs">
233+
<DependentUpon>CsvLayerSample.xaml</DependentUpon>
234234
</Compile>
235-
<Compile Include="Samples\GraphicsLayers\GeoRSSLayerWindow.xaml.cs">
236-
<DependentUpon>GeoRSSLayerWindow.xaml</DependentUpon>
235+
<Compile Include="Samples\GraphicsLayers\GeoRssLayerSample.xaml.cs">
236+
<DependentUpon>GeoRssLayerSample.xaml</DependentUpon>
237237
</Compile>
238-
<Compile Include="Samples\GraphicsLayers\GraphcisLayerSelection.xaml.cs">
239-
<DependentUpon>GraphcisLayerSelection.xaml</DependentUpon>
238+
<Compile Include="Samples\GraphicsLayers\GraphicsLayerSelection.xaml.cs">
239+
<DependentUpon>GraphicsLayerSelection.xaml</DependentUpon>
240240
</Compile>
241241
<Compile Include="Samples\GraphicsLayers\GraphicsHitTesting.xaml.cs">
242242
<DependentUpon>GraphicsHitTesting.xaml</DependentUpon>
@@ -247,9 +247,6 @@
247247
<Compile Include="Samples\GraphicsLayers\GraphicsLayerSample.xaml.cs">
248248
<DependentUpon>GraphicsLayerSample.xaml</DependentUpon>
249249
</Compile>
250-
<Compile Include="Samples\GraphicsLayers\GraphicsLayerWindow.xaml.cs">
251-
<DependentUpon>GraphicsLayerWindow.xaml</DependentUpon>
252-
</Compile>
253250
<Compile Include="Samples\GraphicsLayers\GraphicsMapTips.xaml.cs">
254251
<DependentUpon>GraphicsMapTips.xaml</DependentUpon>
255252
</Compile>
@@ -650,15 +647,15 @@
650647
<Generator>MSBuild:Compile</Generator>
651648
<SubType>Designer</SubType>
652649
</Page>
653-
<Page Include="Samples\GraphicsLayers\CSVLayerXaml.xaml">
650+
<Page Include="Samples\GraphicsLayers\CsvLayerSample.xaml">
654651
<Generator>MSBuild:Compile</Generator>
655652
<SubType>Designer</SubType>
656653
</Page>
657-
<Page Include="Samples\GraphicsLayers\GeoRSSLayerWindow.xaml">
654+
<Page Include="Samples\GraphicsLayers\GeoRssLayerSample.xaml">
658655
<Generator>MSBuild:Compile</Generator>
659656
<SubType>Designer</SubType>
660657
</Page>
661-
<Page Include="Samples\GraphicsLayers\GraphcisLayerSelection.xaml">
658+
<Page Include="Samples\GraphicsLayers\GraphicsLayerSelection.xaml">
662659
<Generator>MSBuild:Compile</Generator>
663660
<SubType>Designer</SubType>
664661
</Page>
@@ -674,10 +671,6 @@
674671
<Generator>MSBuild:Compile</Generator>
675672
<SubType>Designer</SubType>
676673
</Page>
677-
<Page Include="Samples\GraphicsLayers\GraphicsLayerWindow.xaml">
678-
<Generator>MSBuild:Compile</Generator>
679-
<SubType>Designer</SubType>
680-
</Page>
681674
<Page Include="Samples\GraphicsLayers\GraphicsMapTips.xaml">
682675
<Generator>MSBuild:Compile</Generator>
683676
<SubType>Designer</SubType>

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Assets/SampleDescriptions.xml

Lines changed: 14 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/CSVLayerXaml.xaml renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/CsvLayerSample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.CSVLayerXaml"
1+
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.CsvLayerSample"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013">

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/CSVLayerXaml.xaml.cs renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/CsvLayerSample.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ namespace ArcGISRuntimeSDKDotNet_DesktopSamples.Samples
88
/// <title>CSV Layer</title>
99
/// <category>Layers</category>
1010
/// <subcategory>Graphics Layers</subcategory>
11-
public partial class CSVLayerXaml : UserControl
11+
public partial class CsvLayerSample : UserControl
1212
{
13-
/// <summary>Initializes a new instance of the <see cref="CSVLayerXaml"/> class.</summary>
14-
public CSVLayerXaml()
13+
/// <summary>Initializes a new instance of the <see cref="CsvLayerSample"/> class.</summary>
14+
public CsvLayerSample()
1515
{
1616
InitializeComponent();
1717
}

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GeoRSSLayerWindow.xaml renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GeoRssLayerSample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.GeoRSSLayerWindow"
1+
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.GeoRssLayerSample"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013"

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GeoRSSLayerWindow.xaml.cs renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GeoRssLayerSample.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ namespace ArcGISRuntimeSDKDotNet_DesktopSamples.Samples
1010
/// <title>GeoRSS Layer</title>
1111
/// <category>Layers</category>
1212
/// <subcategory>Graphics Layers</subcategory>
13-
public partial class GeoRSSLayerWindow : UserControl
13+
public partial class GeoRssLayerSample : UserControl
1414
{
1515
/// <summary>
16-
/// Initializes a new instance of the <see cref="GeoRSSLayerWindow"/> class.
16+
/// Initializes a new instance of the <see cref="GeoRssLayerSample"/> class.
1717
/// </summary>
18-
public GeoRSSLayerWindow()
18+
public GeoRssLayerSample()
1919
{
2020
InitializeComponent();
2121
}

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GraphcisLayerSelection.xaml renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GraphicsLayerSelection.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.GraphcisLayerSelection"
1+
<UserControl x:Class="ArcGISRuntimeSDKDotNet_DesktopSamples.Samples.GraphicsLayerSelection"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:esri="http://schemas.esri.com/arcgis/runtime/2013">

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GraphcisLayerSelection.xaml.cs renamed to src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GraphicsLayerSelection.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ namespace ArcGISRuntimeSDKDotNet_DesktopSamples.Samples
1616
/// <title>Selection</title>
1717
/// <category>Layers</category>
1818
/// <subcategory>Graphics Layers</subcategory>
19-
public partial class GraphcisLayerSelection : UserControl
19+
public partial class GraphicsLayerSelection : UserControl
2020
{
2121
private Random _random = new Random();
2222

2323
/// <summary>Construct Graphics Layer Selection sample control</summary>
24-
public GraphcisLayerSelection()
24+
public GraphicsLayerSelection()
2525
{
2626
InitializeComponent();
2727
CreateGraphics();

src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers/GraphicsLayerWindow.xaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)