Пример #1
0
 private void btnGetFreeIndex_Click(object sender, EventArgs e)
 {
     Interaction.MsgBox(serviceLayer.CalculateNextFreeIndex());
 }