C# 클래스 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.
파일 보기 프로젝트 열기: ststeiger/AnySqlWebAdmin

보호된 메소드들

메소드 설명
License ( ) : System

Creates a new instance of the license.

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

메소드 상세

License() 보호된 메소드

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