C# Class SatoruErogeTimer.Eroge

Afficher le fichier Open project: Aixile/Etupirka

Protected Properties

Свойство Type Description
time int
title string

Méthodes publiques

Méthode Description
Eroge ( ) : System
Eroge ( string _title, int _time ) : System
addTime ( int i ) : void
getTime ( ) : string

Method Details

Eroge() public méthode

public Eroge ( ) : System
Résultat System

Eroge() public méthode

public Eroge ( string _title, int _time ) : System
_title string
_time int
Résultat System

addTime() public méthode

public addTime ( int i ) : void
i int
Résultat void

getTime() public méthode

public getTime ( ) : string
Résultat string

Property Details

time protected_oe property

protected int time
Résultat int

title protected_oe property

protected string title
Résultat string