C# Class ExamplesFx.ExamplesEnvironment.ExampleSandbox

Afficher le fichier Open project: MarcosMeli/ExamplesFx

Private Properties

Свойство Type Description
OnCreated void

Méthodes publiques

Méthode Description
ExampleSandbox ( string path ) : System.Collections.Generic
StartWatching ( ) : void
StopWatching ( ) : void

Private Methods

Méthode Description
OnCreated ( FileSystemEventArgs e ) : void

Method Details

ExampleSandbox() public méthode

public ExampleSandbox ( string path ) : System.Collections.Generic
path string
Résultat System.Collections.Generic

StartWatching() public méthode

public StartWatching ( ) : void
Résultat void

StopWatching() public méthode

public StopWatching ( ) : void
Résultat void