Code quality changes

This commit is contained in:
Robin 2016-09-22 20:40:13 +02:00
commit 610f45d082
189 changed files with 4609 additions and 5203 deletions

View file

@ -59,8 +59,8 @@ namespace GreenshotPhotobucketPlugin {
SettingsForm settingsForm = null;
new PleaseWaitForm().ShowAndWait(PhotobucketPlugin.Attributes.Name, Language.GetString("photobucket", LangKey.communication_wait),
delegate() {
settingsForm = new SettingsForm(this);
delegate {
settingsForm = new SettingsForm();
}
);
DialogResult result = settingsForm.ShowDialog();