PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Samples/Commands/Bingo/App.xaml.cs

https://bitbucket.org/suhas_28/sharpfellows.toolkit
C# | 16 lines | 12 code | 1 blank | 3 comment | 0 complexity | 498455ba70843f4d0f996823b5a1ab43 MD5 | raw file
  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 Bingo
  8. {
  9. /// <summary>
  10. /// Interaction logic for App.xaml
  11. /// </summary>
  12. public partial class App : Application
  13. {
  14. }
  15. }