コード例 #1
0
 public AccountOperationJournalChangeTypeForm(GroupOperation groupOperation)
     : this()
 {
     this.sfdViewOp.Faset = FasetsEnum.PaymentAgentType;
     this.sfdViewOp.RefreshValuesWithNull();
     this.sfdViewOp.SelectedFasetItem = groupOperation.GetSubType();
     this.m_groupOperation = groupOperation;
 }