You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Windows.Forms.MessageBox.Show(Me,"Bereitstellung außerhalb des Ordners """&Me.LocalParentMustFolder&""" ist nicht unterstützt",Me.Text,MessageBoxButtons.OK,MessageBoxIcon.Exclamation)
685
+
Else
686
+
'just okay
685
687
EndIf
686
688
Else
687
689
System.Windows.Forms.MessageBox.Show(Me,"Vorgang durch Benutzer abgebrochen",Me.Text,MessageBoxButtons.OK,MessageBoxIcon.Exclamation)
System.Windows.Forms.MessageBox.Show(Me,"Bereitstellung außerhalb des Ordners """&Me.LocalParentMustFolder&""" ist nicht unterstützt",Me.Text,MessageBoxButtons.OK,MessageBoxIcon.Exclamation)
738
+
Else
739
+
'just okay
736
740
EndIf
737
741
Else
738
742
System.Windows.Forms.MessageBox.Show(Me,"Vorgang durch Benutzer abgebrochen",Me.Text,MessageBoxButtons.OK,MessageBoxIcon.Exclamation)
0 commit comments