C# Class SadConsoleEditor.Windows.ResizeSurfacePopup

Inheritance: SadConsole.Consoles.Window
Show file Open project: Thraka/SadConsoleEditor Class Usage Examples

Public Methods

Method Description
ResizeSurfacePopup ( int width, int height ) : System

Private Methods

Method Description
_cancelButton_Action ( object sender, EventArgs e ) : void
_okButton_Action ( object sender, EventArgs e ) : void

Method Details

ResizeSurfacePopup() public method

public ResizeSurfacePopup ( int width, int height ) : System
width int
height int
return System