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