ShowLastPage() public method

public ShowLastPage ( ) : void
return void
コード例 #1
0
 private void tbPageLast_Click(object sender, EventArgs e)
 {
     _viewer.ShowLastPage();
 }
コード例 #2
0
 private void tbPageLast_Click(object sender, EventArgs e)
 {
     _stdOut.AppendLine("@GSNET_VIEWER -> COMMAND -> SHOW LAST PAGE");
     _viewer.ShowLastPage();
 }