示例#1
0
文件: Main.cs 项目: RythBlade/odin
 private void nextFrameButton_Click(object sender, EventArgs e)
 {
     controller.GoToNextFrame();
 }