Esempio n. 1
0
 private void Boot()
 {
     _boot = new AppBoot();
 }
Esempio n. 2
0
 public TrayCallbacks([NotNull] AppBoot appBoot)
 {
     _boot = appBoot ?? throw new ArgumentNullException();
 }