Ejemplo n.º 1
0
 public VSGestureInfo()
 {
     if ((this.gestureActionMapperField == null))
     {
         this.gestureActionMapperField = new List <GestureActionMapperTypeGesture>();
     }
     if ((this.userSettingsField == null))
     {
         this.userSettingsField = new UserSettingsType();
     }
 }
Ejemplo n.º 2
0
 public VSGestureInfo()
 {
     if ((this.gestureActionMapperField == null)) {
         this.gestureActionMapperField = new List<GestureActionMapperTypeGesture>();
     }
     if ((this.userSettingsField == null)) {
         this.userSettingsField = new UserSettingsType();
     }
 }