Beispiel #1
0
        private async void BtStop_Click(object sender, EventArgs e)
        {
            await VideoEdit1.StopAsync();

            lbFiles.Items.Clear();
            VideoEdit1.Input_Clear_List();
            ProgressBar1.Value = 0;
        }
Beispiel #2
0
        private async void btStop_Click(object sender, EventArgs e)
        {
            await VideoEdit1.StopAsync();

            ProgressBar1.Value = 0;
        }