C# Class OhMyDanmaku.Audit

Interaction logic for Audit.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: StoneMoe/OhMyDanmaku Class Usage Examples

Public Methods

Method Description
Audit ( MainWindow that ) : System
addToAuditList ( string content ) : void

Private Methods

Method 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 method

public Audit ( MainWindow that ) : System
that MainWindow
return System

addToAuditList() public method

public addToAuditList ( string content ) : void
content string
return void