コード例 #1
0
ファイル: Controller.xaml.cs プロジェクト: xandao6/RobotArm
 private async void InsertFrame_Click(object sender, RoutedEventArgs e)
 {
     frames.InsertFrameFunction(FramesListView, movement);
     await jsonSaverAndLoader.JsonAutoSaver(RepeatTimesBox.Text);
 }