C# Class CairoExplorer.PropertiesControl

Interaction logic for UserControl1.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: RevolutionSmythe/cairoshell

Public Properties

Property Type Description
CurrentPath string

Public Methods

Method Description
InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
PropertiesControl ( ) : System

Method Details

InitWithFile() public method

public InitWithFile ( WrapperFileSystemInfo file, object caller ) : void
file WrapperFileSystemInfo
caller object
return void

PropertiesControl() public method

public PropertiesControl ( ) : System
return System

Property Details

CurrentPath public_oe property

public string CurrentPath
return string