C# 클래스 Canguro.Commands.Model.PrintCmd

상속: ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
PrintCmd ( ) : System
PrintDocument ( ) : void
Run ( Canguro services ) : void

비공개 메소드들

메소드 설명
printPage ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void

메소드 상세

PrintCmd() 공개 메소드

public PrintCmd ( ) : System
리턴 System

PrintDocument() 공개 정적인 메소드

public static PrintDocument ( ) : void
리턴 void

Run() 공개 메소드

public Run ( Canguro services ) : void
services Canguro
리턴 void