C# Class Isotope.EditWord

Interaction logic for EditWord.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: Team624/2015Beta

Public Properties

Property Type Description
ColorList ObservableCollection

Public Methods

Method Description
EditWord ( OptionsWindow ow, KeyWords k ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
bold_c ( object sender, EventArgs e ) : void
bold_uc ( object sender, EventArgs e ) : void
createColors ( ) : void
italic_c ( object sender, EventArgs e ) : void
italic_uc ( object sender, EventArgs e ) : void
save_word ( object sender, EventArgs e ) : void

Method Details

EditWord() public method

public EditWord ( OptionsWindow ow, KeyWords k ) : System
ow OptionsWindow
k KeyWords
return System

Property Details

ColorList public_oe property

public ObservableCollection ColorList
return ObservableCollection