C# Class NAPS2.WinForms.NotificationManager

Inheritance: ISaveNotify
显示文件 Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
ImagesSaved ( int imageCount, string path ) : void
NotificationManager ( FormBase parentForm, AppConfigManager appConfigManager ) : System
PdfSaved ( string path ) : void

Private Methods

Method Description
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

Method Details

ImagesSaved() public method

public ImagesSaved ( int imageCount, string path ) : void
imageCount int
path string
return void

NotificationManager() public method

public NotificationManager ( FormBase parentForm, AppConfigManager appConfigManager ) : System
parentForm FormBase
appConfigManager AppConfigManager
return System

PdfSaved() public method

public PdfSaved ( string path ) : void
path string
return void