ICommand.cs 74 B

123456
  1. namespace OpenVIII.Kernel
  2. {
  3. public interface ICommand
  4. {
  5. }
  6. }