Download AppActivationDemo.zip, last updated 29/12/2013 (11.64 KB)

Download
  • md5: 3d84cc965982745d60d01044853821d7
using System;
using System.Reflection;
using System.Runtime.InteropServices;

// How to be notified when your application is activated and deactivated
// http://cyotek.com/blog/how-to-be-notified-when-your-application-is-activated-and-deactivated

[assembly: AssemblyTitle("Cyotek Application Activation Demo")]
[assembly: AssemblyDescription("http://cyotek.com/")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Cyotek Application Activation Demo")]
[assembly: AssemblyCopyright("Copyright © 2013 Cyotek.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: Guid("62eb5736-544f-4389-84b8-5a840a0ce8cd")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Donate

Donate