Esempio n. 1
0
        public static void SendOwn(Own destination, Own child)
        {
            destination.IncreaseSequenceNumber();

            var command = new OwnCommand(destination, child);
            SendCommand(command);
        }
Esempio n. 2
0
 internal virtual void Process(OwnCommand command)
 {
     throw new NotImplementedException();
 }