ScrewTurn.Wiki.EditingSession.Renew C# (CSharp) Method

Renew() public method

Sets the Last Contact to now.
public Renew ( ) : void
return void
        public void Renew()
        {
            lastContact = DateTime.Now;
        }