HamBook – Diff between revs 12 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 13
Line 76... Line 76...
76 new Ed25519Checker(SecurityMode.Strict, "LonrgxVjSF0GnY4hzwlRJnLkaxnDn2ikdmOifILzLJY=")) 76 new Ed25519Checker(SecurityMode.Strict, "LonrgxVjSF0GnY4hzwlRJnLkaxnDn2ikdmOifILzLJY="))
77 { 77 {
78 UIFactory = new UIFactory(icon), 78 UIFactory = new UIFactory(icon),
79 RelaunchAfterUpdate = true 79 RelaunchAfterUpdate = true
80 }; 80 };
81 _sparkle.StartLoop(true, true); -  
82 } 81 }
Line 83... Line 82...
83   82  
84 private async void Form1_Load(object sender, EventArgs e) 83 private async void Form1_Load(object sender, EventArgs e)
-   84 {
-   85 _sparkle.StartLoop(true, true);
85 { 86  
Line 86... Line 87...
86 Configuration = await LoadConfiguration(); 87 Configuration = await LoadConfiguration();
Line 87... Line 88...
87   88