C# Class produproperty.ViewModel.file_storage

Inheritance: NotifyProperty
Mostrar archivo Open project: lindexi/Markdown Class Usage Examples

Public Methods

Method Description
file_storage ( StorageFile file, StorageFolder folder ) : System
motify ( string str ) : void

Private Methods

Method Description
storage ( StorageFolder folder ) : Task

Method Details

file_storage() public method

public file_storage ( StorageFile file, StorageFolder folder ) : System
file Windows.Storage.StorageFile
folder Windows.Storage.StorageFolder
return System

motify() public method

public motify ( string str ) : void
str string
return void