C# 클래스 NAPS2.WinForms.NotificationManager

상속: ISaveNotify
파일 보기 프로젝트 열기: cyanfish/naps2 1 사용 예제들

공개 메소드들

메소드 설명
ImagesSaved ( int imageCount, string path ) : void
NotificationManager ( FormBase parentForm, AppConfigManager appConfigManager ) : System
PdfSaved ( string path ) : void

비공개 메소드들

메소드 설명
ClearSlot ( NotifyWidget n ) : void
FillNextSlot ( NotifyWidget n ) : int
GetPosition ( NotifyWidget n, int slot ) : Point
Show ( NotifyWidget n ) : void
parentForm_Resize ( object sender, EventArgs e ) : void

메소드 상세

ImagesSaved() 공개 메소드

public ImagesSaved ( int imageCount, string path ) : void
imageCount int
path string
리턴 void

NotificationManager() 공개 메소드

public NotificationManager ( FormBase parentForm, AppConfigManager appConfigManager ) : System
parentForm FormBase
appConfigManager AppConfigManager
리턴 System

PdfSaved() 공개 메소드

public PdfSaved ( string path ) : void
path string
리턴 void