C# Class Radegast.InventoryBackup

Inheritance: System.Windows.Forms.Form
显示文件 Open project: radegastdev/radegast

Private Properties

Property Type Description
InventoryBackup_Disposed void
InventoryBackup_FormClosing void
TraverseDir void
WriteCSVLine void
btnFolder_Click void
lvwFiles_DoubleClick void

Public Methods

Method Description
InventoryBackup ( Radegast.RadegastInstance instance, UUID rootFolder ) : ThreadPoolUtil

Private Methods

Method Description
InventoryBackup_Disposed ( object sender, System e ) : void
InventoryBackup_FormClosing ( object sender, FormClosingEventArgs e ) : void
TraverseDir ( InventoryNode node, string path ) : void
WriteCSVLine ( ) : void
btnFolder_Click ( object sender, System e ) : void
lvwFiles_DoubleClick ( object sender, EventArgs e ) : void

Method Details

InventoryBackup() public method

public InventoryBackup ( Radegast.RadegastInstance instance, UUID rootFolder ) : ThreadPoolUtil
instance Radegast.RadegastInstance
rootFolder UUID
return ThreadPoolUtil