C# Class xFunc.Presenters.GraphsPresenter

Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string strExp ) : void
strExp string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GraphsPresenter() public méthode

public GraphsPresenter ( IGraphsView view, Processor processor ) : System
view IGraphsView
processor Processor
Résultat System

Remove() public méthode

public Remove ( GraphItemViewModel exp ) : void
exp xFunc.ViewModels.GraphItemViewModel
Résultat void

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void