Example #1
0
 void Handle(Input.Create Action)
 {
     this.BlendingPoints.Add().Data = new WebSection();
 }
Example #2
0
 void Handle(Input.Create Action)
 {
     this.Surfaces.Add().Data = new WebTemplate();
 }
 void Handle(Input.Create Action)
 {
     this.CatchingRules.Add().Data = new WebUrl();
 }
 void Handle(Input.Create Action)
 {
     this.PinningRules.Add().Data = new WebMap();
 }