C# Class CairoExplorer.VerticalPropertiesControl

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

Public Properties

Property Type Description
CurrentPath string

Public Methods

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

Method Details

InitWithFile() public method

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

VerticalPropertiesControl() public method

public VerticalPropertiesControl ( ) : System
return System

Property Details

CurrentPath public property

public string CurrentPath
return string