Advertisement
Jinfaa

app.xaml.cs

Feb 7th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.73 KB | None | 0 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. using OperAppSpace;
  8.  
  9. namespace Operator
  10. {
  11.     /// <summary>
  12.     /// Логика взаимодействия для App.xaml
  13.     /// </summary>
  14.     [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  15.     public partial class App : Application
  16.     {
  17.  
  18.         /// <summary>
  19.         /// InitializeComponent
  20.         /// </summary>
  21.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22.         public void InitializeComponent()
  23.         {
  24.             this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
  25.         }
  26.  
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement