Class LicWindow
LicWindow.xaml 的交互逻辑
public class LicWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
- Inheritance
-
LicWindow
- Implements
- Inherited Members
- Extension Methods
Constructors
LicWindow()
public LicWindow()
Fields
HostIDProperty
public static readonly DependencyProperty HostIDProperty
Field Value
LicProperty
public static readonly DependencyProperty LicProperty
Field Value
ModuleProperty
public static readonly DependencyProperty ModuleProperty
Field Value
TimeProperty
public static readonly DependencyProperty TimeProperty
Field Value
Properties
HostID
public string HostID { get; set; }
Property Value
Lic
public string Lic { get; set; }
Property Value
Module
public string Module { get; set; }
Property Value
Time
public string Time { get; set; }
Property Value
Methods
IsVail(string, out string)
验证当前许可是否可用
public static bool IsVail(string module, out string error)
Parameters
Returns
ShowLic(string, out string)
显示当前许可
public static bool ShowLic(string module, out string error)