C# Class GraphicEditor.Model.ChildWindowBehavior.WindowParameters

Mostrar archivo Open project: msCube/Gallery

Public Methods

Method Description
Load ( string filePath ) : WindowParameters
Save ( string filePath ) : void

Method Details

Load() public static method

public static Load ( string filePath ) : WindowParameters
filePath string
return WindowParameters

Save() public method

public Save ( string filePath ) : void
filePath string
return void