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