C# Class Wallcreeper.Theme

Afficher le fichier Open project: Winterstark/Wallcreeper

Méthodes publiques

Свойство Type Description
name string
overpower bool

Méthodes publiques

Méthode Description
SaveTxt ( ) : string
Theme ( string name, string wallDir, string date, string time, string weather, bool overpower ) : System

Method Details

SaveTxt() public méthode

public SaveTxt ( ) : string
Résultat string

Theme() public méthode

public Theme ( string name, string wallDir, string date, string time, string weather, bool overpower ) : System
name string
wallDir string
date string
time string
weather string
overpower bool
Résultat System

Property Details

name public_oe property

public string name
Résultat string

overpower public_oe property

public bool overpower
Résultat bool