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
varboxresult=MessageBox.Show($"Configuration unsuccessful. Do you want to open an issue on GitHub?","LINQBridgeVs: Error during the configuration",MessageBoxButton.YesNo);
179
+
MessageBoxResultboxresult=MessageBox.Show($"Configuration unsuccessful. Do you want to open an issue on GitHub?","LINQBridgeVs: Error during the configuration",MessageBoxButton.YesNo);
varmessageResult=MessageBox.Show("Do you want to send anonymous error reports to LINQBridgeVs?","LINQBridgeVs: Error Tracking",MessageBoxButton.YesNo,MessageBoxImage.Question,MessageBoxResult.No);
190
+
MessageBoxResultmessageResult=MessageBox.Show("Do you want to send anonymous error reports to LINQBridgeVs?","LINQBridgeVs: Error Tracking",MessageBoxButton.YesNo,MessageBoxImage.Question,MessageBoxResult.No);
0 commit comments