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