Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7431c0408 | ||
|
|
d60435cd61 |
@@ -28,7 +28,7 @@
|
|||||||
Margin="0,0,10,0" Color="#24292F"/>
|
Margin="0,0,10,0" Color="#24292F"/>
|
||||||
<hc:Shield Subject="Gitee" Visibility="Visible" Status="Demo-liu"
|
<hc:Shield Subject="Gitee" Visibility="Visible" Status="Demo-liu"
|
||||||
Command="hc:ControlCommands.OpenLink"
|
Command="hc:ControlCommands.OpenLink"
|
||||||
CommandParameter=""
|
CommandParameter="https://gitee.com/demo_liu/GeekDesk"
|
||||||
Margin="0,5,10,0" Color="#C71D23"/>
|
Margin="0,5,10,0" Color="#C71D23"/>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -38,9 +38,12 @@ namespace GeekDesk.Control.Windows
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
this.Topmost = true;
|
this.Topmost = true;
|
||||||
ExeTime.SelectedDateTime = DateTime.Now.AddMinutes(10);
|
DateTime time = DateTime.Now.AddMinutes(10);
|
||||||
|
ExeTime.SelectedDateTime = time;
|
||||||
SetTimePanel.Visibility = Visibility.Visible;
|
SetTimePanel.Visibility = Visibility.Visible;
|
||||||
this.DataContext = new ToDoInfo();
|
this.DataContext = new ToDoInfo {
|
||||||
|
ExeTime = time.ToString("yyyy-MM-dd HH:mm:ss")
|
||||||
|
};
|
||||||
}
|
}
|
||||||
private ToDoInfoWindow(ToDoInfo info)
|
private ToDoInfoWindow(ToDoInfo info)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user