Method | Description | |
---|---|---|
CreateRecipe ( string Head, string desc, string ingredient ) : void | ||
DeleteRecipe ( int ID ) : bool | ||
GetRecipeIDName ( ) : string | ||
JugdeRecipe ( int ID, string jugdement ) : bool | ||
Updater ( System.Windows.Controls.TextBlock TB ) : void | ||
ViewKnowlegde ( ) : string | ||
ViewRecipe ( int ID ) : string |
public CreateRecipe ( string Head, string desc, string ingredient ) : void | ||
Head | string | |
desc | string | |
ingredient | string | |
return | void |
public JugdeRecipe ( int ID, string jugdement ) : bool | ||
ID | int | |
jugdement | string | |
return | bool |
public Updater ( System.Windows.Controls.TextBlock TB ) : void | ||
TB | System.Windows.Controls.TextBlock | |
return | void |