PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Main/src/DevSamples/IsolineDevSample/App.xaml.cs

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