Ejemplo n.º 1
0
 public PrintOutEventArgs(PrintPageEventArgs e,bool landscape)
 {
     this.ppe = e;						//�����̐ݒ�
     this.print = new Print(e,landscape);			//���\�b�h�N���X�̐���
 }