コード例 #1
0
ファイル: PopScope.cs プロジェクト: hunpody/psimulex
 public override void Do(ICommandContext context)
 {
     context.PopScope();
 }