C# Class LongoMatch.Gui.Dialog.CalendarDialog

Mostrar archivo Open project: GNOME/longomatch

Public Methods

Method Description
CalendarDialog ( DateTime date ) : System

Protected Methods

Method Description
Build ( ) : void
OnCalendar1DaySelected ( object sender, System e ) : void
OnCalendar1DaySelectedDoubleClick ( object sender, System e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CalendarDialog() public method

public CalendarDialog ( DateTime date ) : System
date DateTime
return System

OnCalendar1DaySelected() protected method

protected OnCalendar1DaySelected ( object sender, System e ) : void
sender object
e System
return void

OnCalendar1DaySelectedDoubleClick() protected method

protected OnCalendar1DaySelectedDoubleClick ( object sender, System e ) : void
sender object
e System
return void