예제 #1
0
파일: Main.cs 프로젝트: RythBlade/odin
 private void goToFirstFrameButton_Click(object sender, EventArgs e)
 {
     controller.GoToFirstFrame();
 }