【发布时间】:2014-01-29 23:52:12
【问题描述】:
我正在使用 xaml/C# 开发 Windows Metro 应用程序。 我在 App.xaml.cs 文件中有以下处理应用程序状态的函数:
public overide OnLaunching();
public OnSuspending();
public OnResuming();
我已将一些应用内容固定为辅助磁贴。 首先我启动我的应用程序。然后我把它放在后台 当启动的应用程序进入挂起状态时,我单击固定磁贴,我不确定在这种情况下应该调用 OnResuming 还是 onLaunching ?
【问题讨论】:
标签: c# windows-runtime live-tile launching-application