This commit is contained in:
MakariAeron
2014-12-19 16:06:02 -06:00
2 changed files with 17 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("?")] [assembly: AssemblyCompany("?")]
[assembly: AssemblyProduct("PreviewToy")] [assembly: AssemblyProduct("PreviewToy")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2007")] [assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]

View File

@@ -2,18 +2,26 @@ Created to aid playing with multiple clients in CCP game EVE-Online.
It's essentially a nice task switcher, it does not relay any keyboard/mouse events and suchlike. It's essentially a nice task switcher, it does not relay any keyboard/mouse events and suchlike.
Created by The code is a bit of a mess, my (ulph / StinkRay) apologies, but do make a pull request etc if you want to contribute!
**Created by**
StinkRay StinkRay
Maintained by **Maintained by**
StinkRay
Makari Aeron
With additional contributions from * StinkRay
CCP FoxFour
* Makari Aeron
**With contributions from**
* CCP FoxFour
**Current thread**
Current thread
https://forums.eveonline.com/default.aspx?g=posts&t=389086 https://forums.eveonline.com/default.aspx?g=posts&t=389086
Original thread **Original thread**
https://forums.eveonline.com/default.aspx?g=posts&t=246157 https://forums.eveonline.com/default.aspx?g=posts&t=246157