Exemple #1
0
 void IBootable.Launch()
 {
     _Command.Register(
         "start",
         () => { _GhostQuerier.QueryNotifier <IVerify>().Supply += _SupplyVerify; });
 }