Skip to content

Commit

Permalink
Add sync option in context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LONELY-WOLF committed Apr 29, 2018
1 parent 74a6df7 commit 29b3e6e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
18 changes: 14 additions & 4 deletions WatchDogeSync/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions WatchDogeSync/Form1.cs
Expand Up @@ -144,6 +144,11 @@ private void Form1_Shown(object sender, EventArgs e)
}
}

private void syncToolStripMenuItem_Click(object sender, EventArgs e)
{
SetTime(DateTime.Now.Hour, DateTime.Now.Minute, DateTime.Now.Second);
}

private void Form1_Load(object sender, EventArgs e)
{
string[] args = Environment.GetCommandLineArgs();
Expand Down

0 comments on commit 29b3e6e

Please sign in to comment.