C# Class xFunc.Presenters.GraphsPresenter

显示文件 Open project: sys27/xFunc Class Usage Examples

Public Methods

Method Description
Add ( string strExp ) : void
Clear ( ) : void
GraphsPresenter ( IGraphsView view, Processor processor ) : System
Remove ( GraphItemViewModel exp ) : void
Remove ( int index ) : void

Method Details

Add() public method

public Add ( string strExp ) : void
strExp string
return void

Clear() public method

public Clear ( ) : void
return void

GraphsPresenter() public method

public GraphsPresenter ( IGraphsView view, Processor processor ) : System
view IGraphsView
processor Processor
return System

Remove() public method

public Remove ( GraphItemViewModel exp ) : void
exp xFunc.ViewModels.GraphItemViewModel
return void

Remove() public method

public Remove ( int index ) : void
index int
return void