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