/Main/src/DevSamples/PaletteControlSampleApp/App.xaml.cs
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | cca024ea6fd82f23af77b86c268e9628 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
1using System; 2using System.Collections.Generic; 3using System.Configuration; 4using System.Data; 5using System.Linq; 6using System.Windows; 7 8namespace PaletteControlSampleApp 9{ 10 /// <summary> 11 /// Interaction logic for App.xaml 12 /// </summary> 13 public partial class App : Application 14 { 15 } 16}