Esempio n. 1
0
 private async void InsertFrame_Click(object sender, RoutedEventArgs e)
 {
     frames.InsertFrameFunction(FramesListView, movement);
     await jsonSaverAndLoader.JsonAutoSaver(RepeatTimesBox.Text);
 }