C# Class Yuhan.WPF.PieMenuList.Selection

显示文件 Open project: hansuky/Yuhan

Public Methods

Method Description
GetLevel ( ) : int
GetSelection ( int level ) : int
SetSelection ( int level, int selection ) : void

Method Details

GetLevel() public method

public GetLevel ( ) : int
return int

GetSelection() public method

public GetSelection ( int level ) : int
level int
return int

SetSelection() public method

public SetSelection ( int level, int selection ) : void
level int
selection int
return void