How can i freeze value on c# ? like ce
it hurts me badly! i tried using timer but it sucks my way!
i've tried .freeze() but it doesn't work cz i used 2008
or any tip on how to use timer so that statusflag wont refresh?
PHP Code:
if ((this.StatusFlags & 0x800000L) != 0L)
{
this.StatusFlags ^= (long)CharStatus.Cyclone;
}
else
{
this.StatusFlags |= (long)CharStatus.Cyclone;
}
i've tried .freeze() but it doesn't work cz i used 2008
or any tip on how to use timer so that statusflag wont refresh?