コード例 #1
0
ファイル: PrintingSteps.cs プロジェクト: TimSOS/kendoStore
 public void WhenIChooseToPrint()
 {
     _page.PrintCart();
 }