Harriet.Models.Chat.ChatWindowPositionModel.SetDefaultSize C# (CSharp) 메소드

SetDefaultSize() 공개 메소드

public SetDefaultSize ( double width, double height ) : void
width double
height double
리턴 void
        public void SetDefaultSize(double width, double height)
        {
            Layout.DefaultWidth = width;
            Layout.DefaultHeight = height;
        }