ShowLastPage() public method

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