コード例 #1
0
ファイル: ThenComponent.cs プロジェクト: khellang/Inquirer.cs
 public void After(Action after)
 {
     _node.After(after);
 }