finished tape state machine
This commit is contained in:
@ -67,12 +67,12 @@ namespace winVCR
|
||||
|
||||
private void BtnNotEndTape_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
SMtape.notEndTape();
|
||||
}
|
||||
|
||||
private void BtnEndTape_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
SMtape.endTape();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user