Skip to content

Commit

Permalink
Merge pull request sixthsense#1 from coolrk-15/patch-1
Browse files Browse the repository at this point in the history
Edited clock app
  • Loading branch information
kartikm committed Mar 14, 2012
2 parents 3ae5143 + 9eee7d8 commit 4e155fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WUW01/WUW.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,7 @@ private void buttonClockDemo_Click(object sender, EventArgs e)
{
StopOtherApps(this, e);
//elementHostClock.Child = Control_clock;
elementHostClock.Child = Control_ink;
elementHostClock.Child = Control_clock;
clockDemo = true;
labelDemoName.Text = "Clock";
buttonClockDemo.Text = "Stop Clock";
Expand Down

0 comments on commit 4e155fc

Please sign in to comment.