示例#1
0
 public AlignmentBase(AlignmentArgsBase Args)
 {
     this.Args = Args;
 }
示例#2
0
 public AlignmentBase(AlignmentArgsBase Args)
 {
     this.Args = Args;
     this.Log  = new ObservableCollectionThreadSafe <string>();
 }