C# 클래스 OhMyDanmaku.Audit

Interaction logic for Audit.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: StoneMoe/OhMyDanmaku 1 사용 예제들

공개 메소드들

메소드 설명
Audit ( MainWindow that ) : System
addToAuditList ( string content ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Audit() 공개 메소드

public Audit ( MainWindow that ) : System
that MainWindow
리턴 System

addToAuditList() 공개 메소드

public addToAuditList ( string content ) : void
content string
리턴 void