C# Class csShared.FloatingElements.ImageFolderViewModel

Inheritance: Caliburn.Micro.Screen, IDocument
Mostrar archivo Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
ct System.Windows.Threading.DispatcherTimer

Public Methods

Method Description
ShowControl ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
ImageFolderViewModel ( ) : System
_view_PreviewMouseMove ( object sender, System e ) : void
_view_PreviewTouchDown ( object sender, System e ) : void
ct_Tick ( object sender, EventArgs e ) : void

Method Details

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

ShowControl() public method

public ShowControl ( ) : void
return void

Property Details

ct public_oe property

public DispatcherTimer,System.Windows.Threading ct
return System.Windows.Threading.DispatcherTimer