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