/Release/Silverlight4/SampleSource/Controls.Samples/TreeMap/TreeMapSample.xaml.cs
# · C# · 24 lines · 12 code · 2 blank · 10 comment · 0 complexity · cfea8179e1e7c1a52e8b031dbc0c9fc2 MD5 · raw file
- // (c) Copyright Microsoft Corporation.
- // This source is subject to the Microsoft Public License (Ms-PL).
- // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
- // All other rights reserved.
-
- using System.ComponentModel;
-
- namespace System.Windows.Controls.Samples
- {
- /// <summary>
- /// Example showing how the TreeMap can be templated and populated with data.
- /// </summary>
- [Sample("(0)TreeMap", DifficultyLevel.Basic, "TreeMap")]
- public partial class TreeMapSample : UserControl
- {
- /// <summary>
- /// Initializes a new instance of the MinimalSample class.
- /// </summary>
- public TreeMapSample()
- {
- InitializeComponent();
- }
- }
- }