Exemplo n.º 1
0
 static void UpdateTime(object state)
 {
     watchFace = new WatchFaceScroll();
     watchFace.DrawWatchFace();
 }
Exemplo n.º 2
0
 static void UpdateTime(object state)
 {
     watchFace = new WatchFaceFuzzy();
     watchFace.DrawWatchFace();
 }