Beispiel #1
0
        /// <summary>
        /// Initializes the Cancel form.
        /// </summary>
        private void StartCancelForm()
        {
            STLExportCancelForm stlCancel = new STLExportCancelForm();

            stlCancel.Show();
        }
 /// <summary>
 /// Initializes the Cancel form.
 /// </summary>
 private void StartCancelForm()
 {
     STLExportCancelForm stlCancel = new STLExportCancelForm();
     stlCancel.Show();
 }