C# Class SpriteEditor.Gui.DeleteTextureWindow

Inheritance: FlatRedBall.Gui.Window
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
DeleteTextureWindow ( Texture2D textureToDelete, List allTextures ) : System

Private Methods

Method Description
ClosingWindow ( Window callingWindow ) : void
ComboBoxOptionSelect ( Window callingWindow ) : void
OkButtonClick ( Window callingWindow ) : void
TextureComboBoxSelect ( Window callingWindow ) : void

Method Details

DeleteTextureWindow() public method

public DeleteTextureWindow ( Texture2D textureToDelete, List allTextures ) : System
textureToDelete Texture2D
allTextures List
return System