C# Class Isotope.NewWord

Interaction logic for NewWord.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Team624/2015Beta

Méthodes publiques

Свойство Type Description
ColorList ObservableCollection

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public NewWord ( OptionsWindow ow ) : System
ow OptionsWindow
Résultat System

make_key_word() public méthode

public make_key_word ( string name, String c, bool isPerm, String sty ) : KeyWords
name string
c String
isPerm bool
sty String
Résultat KeyWords

Property Details

ColorList public_oe property

public ObservableCollection ColorList
Résultat ObservableCollection