예제 #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);
 }