Açıklama Yok

About.xaml.cs 602B

123456789101112131415161718192021222324252627
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using System.Windows;
  5. using System.Windows.Controls;
  6. using System.Windows.Data;
  7. using System.Windows.Documents;
  8. using System.Windows.Input;
  9. using System.Windows.Media;
  10. using System.Windows.Media.Imaging;
  11. using System.Windows.Shapes;
  12. namespace WpfApplication19
  13. {
  14. /// <summary>
  15. /// Interaction logic for Window1.xaml
  16. /// </summary>
  17. public partial class Window1 : Window
  18. {
  19. public Window1()
  20. {
  21. this.InitializeComponent();
  22. // Insert code required on object creation below this point.
  23. }
  24. }
  25. }