Files
docs-desktop/dotnet-desktop-guide/net/wpf/events/snippets/object-lifetime-events/csharp/App.xaml.cs
T

12 lines
188 B
C#

using System.Windows;
namespace CodeSampleCsharp
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}