91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.80M
    文件類型: .7z
    金幣: 2
    下載: 1 次
    發布日期: 2020-12-25
  • 語言: C#
  • 標簽: wpf??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Windows;
using?System.Windows.Threading;
using?System.IO;
using?System.Reflection;
using?System.Resources;
namespace?OfIllness
{
????///?
????///?App.xaml?的交互邏輯
????///?

????public?partial?class?App?:?Application
????{
????????public?App()
????????{

????????????AppDomain.CurrentDomain.UnhandledException?+=?new?UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
????????????DispatcherUnhandledException?+=?new?DispatcherUnhandledExceptionEventHandler(App_DispatcherUnhandledException);
????????????
????????}
????????void?App_DispatcherUnhandledException(object?sender?DispatcherUnhandledExceptionEventArgs?e)
????????{
????????????ShowException(e.Exception);

????????}

????????void?CurrentDomain_UnhandledEx

評論

共有 條評論