C# Class HYPDM.WinUI.SysConfig.UcSysConfig

Show file Open project: huayancreate/HYPDM

Public Methods

Method Description
UcSysConfig ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

GetRelationType ( string name ) : DataType.RelationObjectType
Initialize ( ) : void

Private Methods

Method Description
BtnAddCommonPro_Click ( object sender, EventArgs e ) : void
BtnAddObjectPro_Click ( object sender, EventArgs e ) : void
BtnEditCommonPro_Click ( object sender, EventArgs e ) : void
BtnEditObjectPro_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

StartEx ( ) : void
tSCombPObject_SelectedIndexChanged ( object sender, EventArgs e ) : void
tSCombPObject_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

GetRelationType() protected method

protected GetRelationType ( string name ) : DataType.RelationObjectType
name string
return DataType.RelationObjectType

Initialize() protected method

protected Initialize ( ) : void
return void

UcSysConfig() public method

public UcSysConfig ( ) : System
return System