C# Class ZForge.Motion.Util.StorageChangedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
StorageChangedEventArgs ( string oldStorage, string newStorage ) : System

Method Details

StorageChangedEventArgs() public method

public StorageChangedEventArgs ( string oldStorage, string newStorage ) : System
oldStorage string
newStorage string
return System