Example #1
0
 public void Import(GestureIntentDict from)
 {
     foreach (var kv in from)
     {
         this[kv.Key] = kv.Value;
     }
 }
Example #2
0
 protected AbstractApp()
 {
     Name               = "Noname";
     GestureIntents     = new GestureIntentDict();
     IsGesturingEnabled = true;
 }