C# Class WebExpress.Sources

Interaction logic for Sources.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: Sential/WebExpress-beta Class Usage Examples

Public Properties

Property Type Description
ItemsCount int

Public Methods

Method Description
AddSource ( string dllPath ) : System.Threading.Tasks.Task
Sources ( ) : System

Method Details

AddSource() public method

public AddSource ( string dllPath ) : System.Threading.Tasks.Task
dllPath string
return System.Threading.Tasks.Task

Sources() public method

public Sources ( ) : System
return System

Property Details

ItemsCount public_oe property

public int ItemsCount
return int