C# Class TestME.Settings

Mostra file Open project: Hli4S/TestMeApp

Public Methods

Method Description
delete ( string filename ) : void
load ( string filename, int size ) : string[]
save ( string filename ) : void

Method Details

delete() public static method

public static delete ( string filename ) : void
filename string
return void

load() public static method

public static load ( string filename, int size ) : string[]
filename string
size int
return string[]

save() public static method

public static save ( string filename ) : void
filename string
return void