C# Class OhMyDanmaku.Audit

Interaction logic for Audit.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: StoneMoe/OhMyDanmaku Class Usage Examples

Méthodes publiques

Méthode Description
Audit ( MainWindow that ) : System
addToAuditList ( string content ) : void

Private Methods

Méthode Description
Window_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
dropAllButton_Click ( object sender, RoutedEventArgs e ) : void
dropButton_Click ( object sender, RoutedEventArgs e ) : void
getADanmaku ( ) : void
passButton_Click ( object sender, RoutedEventArgs e ) : void
setButtons ( bool on ) : void

Method Details

Audit() public méthode

public Audit ( MainWindow that ) : System
that MainWindow
Résultat System

addToAuditList() public méthode

public addToAuditList ( string content ) : void
content string
Résultat void