Advertisement
Guest User

RenderTestPanel.xaml.cs

a guest
Sep 30th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.59 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Windows;
  6. using System.Windows.Controls;
  7. using System.Windows.Data;
  8. using System.Windows.Documents;
  9. using System.Windows.Input;
  10. using System.Windows.Media;
  11. using System.Windows.Media.Imaging;
  12. using System.Windows.Shapes;
  13.  
  14. namespace Rendertest
  15. {
  16.     /// <summary>
  17.     /// Interaktionslogik fΓΌr RenderTest.xaml
  18.     /// </summary>
  19.     public partial class RenderTestPanel : Window
  20.     {
  21.         public RenderTestPanel()
  22.         {
  23.             InitializeComponent();
  24.         }
  25.     }
  26. }
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement