finished tape state machine

This commit is contained in:
test
2019-04-09 17:29:40 +02:00
parent b8f984edd9
commit ab18b92b3d
2 changed files with 126 additions and 54 deletions

View File

@ -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();
}
}
}