basic cleanup

This commit is contained in:
Lyssa
2025-04-02 14:06:52 +04:00
parent 07f43e2613
commit b8558d8fb2
10 changed files with 30 additions and 41 deletions

View File

@ -61,9 +61,11 @@ namespace LibTSforge.Activators
if (version == PSVersion.Vista)
{
VistaTimer vistaTimer = new VistaTimer();
vistaTimer.Time = time2;
vistaTimer.Expiry = Constants.TimerMax;
VistaTimer vistaTimer = new VistaTimer
{
Time = time2,
Expiry = Constants.TimerMax
};
string vistaTimerName = string.Format("msft:sl/timer/VLExpiration/VOLUME/{0}/{1}", appId, actId);