C# Class produproperty.ViewModel.winmain

Inheritance: NotifyProperty
Mostrar archivo Open project: lindexi/Markdown

Public Properties

Property Type Description
select int
select_length int
selectchange int>.Action

Public Methods

Method Description
bold_text ( ) : void
cancel_text ( ) : void
dropimg ( object sender, DragEventArgs e ) : void
mt ( ) : void
new_file ( ) : void
open_file ( file_storage temp ) : void
storage ( ) : void
text_line ( string text, int select ) : string
winmain ( StorageFolder folder ) : System

Private Methods

Method Description
clipboard ( DataPackageView con ) : Task
clipboard_substitution ( string str ) : void
file_deserialize ( StorageFile temp ) : Task
file_null ( string str ) : Task
file_serialization ( StorageFile temp, string str ) : void
file_storage ( ) : void
file_storage_colleciton ( StorageFolder folder ) : void
image_storage ( file_storage temp ) : Task
imgfolder ( file_storage temp, StorageFile file ) : Task
motify ( ) : void
spilt_text ( ) : string[]
spilt_text ( string text, int select_index, int select_length ) : string[]
toc ( file_storage _file_storage, StorageFolder folder ) : void

Method Details

bold_text() public method

public bold_text ( ) : void
return void

cancel_text() public method

public cancel_text ( ) : void
return void

dropimg() public method

public dropimg ( object sender, DragEventArgs e ) : void
sender object
e Windows.UI.Xaml.DragEventArgs
return void

mt() public method

public mt ( ) : void
return void

new_file() public method

public new_file ( ) : void
return void

open_file() public method

public open_file ( file_storage temp ) : void
temp file_storage
return void

storage() public method

public storage ( ) : void
return void

text_line() public method

public text_line ( string text, int select ) : string
text string
select int
return string

winmain() public method

public winmain ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
return System

Property Details

select public_oe property

public int select
return int

select_length public_oe property

public int select_length
return int

selectchange public_oe property

public Action selectchange
return int>.Action