C# Class Uiml.Peers.Location

Inheritance: ICloneable
Exibir arquivo Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Location ( string s ) : System
Process ( string s ) : void

Protected Methods

Method Description
Location ( ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Location() protected method

protected Location ( ) : System
return System

Location() public method

public Location ( string s ) : System
s string
return System

Process() public method

public Process ( string s ) : void
s string
return void