/Main/src/DevSamples/TiledRenderingSample/App.xaml.cs
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | 8cb7a06e88a9a64c3db197caf9c50681 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 TiledRenderingSample 9{ 10 /// <summary> 11 /// Interaction logic for App.xaml 12 /// </summary> 13 public partial class App : Application 14 { 15 } 16}