dotnet shrinkage factor
Jul. 6th, 2004 10:47 amYour inherited Windows Form becomes smaller when you edit it in Visual Studio .NET 2003
http://support.microsoft.com/?kbid=836612
http://support.microsoft.com/?kbid=836612
public class Undead
{
private static ArrayList zombieTrap = new ArrayList();
~Undead()
{
zombieTrap.Add(this);
}
}
There are very few good uses of resurrection, and you really should avoid it if possible. However, when people do use resurrection, they usually want the object to clean itself up gracefully every time the object dies.