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

# · C# · 15 lines · 11 code · 1 blank · 3 comment · 0 complexity · d451891414c0c0921ad2e44579a985d5 MD5 · raw file

  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. }