Exemple #1
0
 public override void SetPriority(int priority)
 {
     MaybeInitBuilder();
     builder.SetPriority((priority));
 }