C# Class SatoruErogeTimer.Eroge

Mostrar archivo Open project: Aixile/Etupirka

Protected Properties

Property Type Description
time int
title string

Public Methods

Method Description
Eroge ( ) : System
Eroge ( string _title, int _time ) : System
addTime ( int i ) : void
getTime ( ) : string

Method Details

Eroge() public method

public Eroge ( ) : System
return System

Eroge() public method

public Eroge ( string _title, int _time ) : System
_title string
_time int
return System

addTime() public method

public addTime ( int i ) : void
i int
return void

getTime() public method

public getTime ( ) : string
return string

Property Details

time protected_oe property

protected int time
return int

title protected_oe property

protected string title
return string