C# Class Wallcreeper.Theme

显示文件 Open project: Winterstark/Wallcreeper

Public Properties

Property Type Description
name string
overpower bool

Public Methods

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

Method Details

SaveTxt() public method

public SaveTxt ( ) : string
return string

Theme() public method

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
return System

Property Details

name public_oe property

public string name
return string

overpower public_oe property

public bool overpower
return bool