C# Class GeoFramework.Licensing.License

Represents an abstract class used for software licensing.
This class is used for GeoFrameworks licensing, though it could theoretically be used as a base class for custom licensing. This class exists only for .NET Compact Framework 1.0, which excluded licensing classes by default.
Mostrar archivo Open project: ststeiger/AnySqlWebAdmin

Protected Methods

Method Description
License ( ) : System

Creates a new instance of the license.

Since License is an abstract class, this constructor has no functionality.

Method Details

License() protected method

Creates a new instance of the license.
Since License is an abstract class, this constructor has no functionality.
protected License ( ) : System
return System