Example #1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     MessageBox.Show(
         MutexManager.CreateApplicationMutex()
         .ToString());
     base.OnStartup(e);
 }