我希望我的应用程序只运行单个实例,我使用了粘贴在下面的代码,但它给了我一个错误:
Error 1 'MYAPP.App' does not implement interface member
'Microsoft.Shell.ISingleInstanceApp.SignalExternalCommandLineArgs
(System.Collections.Generic.IList<string>)'
C:\Users\moataz\Desktop\MYAPP 26-06-2013\MYAPP\App.xaml.cs
http://www.codeproject.com/Articles/84270/WPF-Single-Instance-Application