public GadgetAnchorSetEventArgs(GadgetAnchorType pAnchorType, Guid pGuid)
 {
     this.mAnchorType = pAnchorType;
     this.mGuid = pGuid;
 }
Exemple #2
0
 public GadgetAnchorSetEventArgs(GadgetAnchorType pAnchorType, Guid pGuid)
 {
     this.mAnchorType = pAnchorType;
     this.mGuid       = pGuid;
 }