mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
updated docs further, added UICatalog API, clean up
This commit is contained in:
@@ -41,6 +41,10 @@ namespace Terminal.Gui {
|
||||
Initialize (date);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="DateField"/>
|
||||
/// </summary>
|
||||
/// <param name="date"></param>
|
||||
public DateField (DateTime date) : base ("")
|
||||
{
|
||||
this.isShort = true;
|
||||
|
||||
@@ -42,6 +42,10 @@ namespace Terminal.Gui {
|
||||
Initialize (time);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of <see cref="TimeField"/>
|
||||
/// </summary>
|
||||
/// <param name="time"></param>
|
||||
public TimeField (DateTime time) : base ("")
|
||||
{
|
||||
this.isShort = true;
|
||||
|
||||
Reference in New Issue
Block a user