示例#1
0
 public InProgress IntoInstall(PackageKey packageKey)
 {
     State = new TransactionProcessState.InstallState()
     {
         CurrentItem = packageKey,
     };
     return(this);
 }
示例#2
0
 public InProgress IntoFinalizing()
 {
     State = new TransactionProcessState.FinalizingState();
     return(this);
 }