PageRenderTime 201ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | c6d7b10716ffd9f50a55bfa3564fc6f7 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.Data;
  5. using System.Linq;
  6. using System.Windows;
  7. namespace InjectedPlotterSample
  8. {
  9. /// <summary>
  10. /// Interaction logic for App.xaml
  11. /// </summary>
  12. public partial class App : Application
  13. {
  14. }
  15. }