Harriet.Models.Chat.ChatWindowPositionModel.Relocate C# (CSharp) Method

Relocate() public method

public Relocate ( ) : void
return void
        public void Relocate()
        {
            OnRelocateRequested(this, EventArgs.Empty);
        }