C# Class Framework.Class.GlobalData

Afficher le fichier Open project: callme119/civil

Méthodes publiques

Méthode Description
GetValue ( object key ) : object
SetValue ( object key, object value ) : void

Method Details

GetValue() public static méthode

public static GetValue ( object key ) : object
key object
Résultat object

SetValue() public static méthode

public static SetValue ( object key, object value ) : void
key object
value object
Résultat void