C# Class SDE.Tools.DatabaseEditor.WPF.DropEdit

Interaction logic for NewMvpDrop.xaml
Inheritance: TkWindow
Afficher le fichier Open project: Tokeiburu/RagnarokSDE

Méthodes publiques

Méthode Description
DropEdit ( string id, string dropChance, ServerDbs sdb, GenericDatabase gdb ) : System.Windows

Méthodes protégées

Méthode Description
GRFEditorWindowKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Méthode Description
_buttonCancel_Click ( object sender, RoutedEventArgs e ) : void
_buttonOk_Click ( object sender, RoutedEventArgs e ) : void
_buttonQuery_Click ( object sender, RoutedEventArgs e ) : void
_dropEdit_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

DropEdit() public méthode

public DropEdit ( string id, string dropChance, ServerDbs sdb, GenericDatabase gdb ) : System.Windows
id string
dropChance string
sdb SDE.Tools.DatabaseEditor.Generic.Lists.ServerDbs
gdb GenericDatabase
Résultat System.Windows

GRFEditorWindowKeyDown() protected méthode

protected GRFEditorWindowKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
Résultat void