C# Class Isotope.NewWord

Interaction logic for NewWord.xaml
Inheritance: System.Windows.Window
Show file Open project: Team624/2015Beta

Public Properties

Property Type Description
ColorList ObservableCollection

Public Methods

Method Description
NewWord ( OptionsWindow ow ) : System
make_key_word ( string name, String c, bool isPerm, String sty ) : KeyWords

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

NewWord() public method

public NewWord ( OptionsWindow ow ) : System
ow OptionsWindow
return System

make_key_word() public method

public make_key_word ( string name, String c, bool isPerm, String sty ) : KeyWords
name string
c String
isPerm bool
sty String
return KeyWords

Property Details

ColorList public property

public ObservableCollection ColorList
return ObservableCollection