C# Class produproperty.ViewModel.NoteStorage

Inheritance: NotifyProperty
Afficher le fichier Open project: lindexi/Markdown Class Usage Examples

Méthodes publiques

Méthode Description
NoteStorage ( ) : System
new_storage ( ) : void

新建库

open_storage ( ) : void

打开

Private Methods

Méthode Description
Read ( ) : void
ToastText ( string str ) : void
folder_storage ( ) : Task

Method Details

NoteStorage() public méthode

public NoteStorage ( ) : System
Résultat System

new_storage() public méthode

新建库
public new_storage ( ) : void
Résultat void

open_storage() public méthode

打开
public open_storage ( ) : void
Résultat void