Toasts – Diff between revs 8 and 29

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 29
Line 100... Line 100...
100 var logoFile = Path.Combine(imagesFolder, "was.png"); 100 var logoFile = Path.Combine(imagesFolder, "was.png");
101 var logo = new Bitmap(logoFile); 101 var logo = new Bitmap(logoFile);
Line 102... Line 102...
102   102  
Line 103... Line 103...
103 var sound = await LoadResource($"Test.Sounds.{comboBoxSound.Text}.wav"); 103 var sound = await LoadResource($"Test.Sounds.{comboBoxSound.Text}.wav");
104   -  
Line 105... Line 104...
105 var toastNotification = new ToastForm(textBoxTitle.Text, textBoxBody.Text, duration, 104  
106 logo, background, sound, animationMethod, animationDirection); 105 var toastNotification = new ToastForm(textBoxTitle.Text, textBoxBody.Text);
Line 107... Line 106...
107 106