Beispiel #1
0
 /// <summary>
 /// Constructs a new SPRFrame instance.
 /// </summary>
 /// <param name="parent">A SPR parent.</param>
 public SPRFrame(SPR parent)
 {
     this.Parent = parent;
 }
Beispiel #2
0
 public SPRFrame(SPR parent)
 {
     this.Parent = parent;
 }