IStart.cs 70 B

1234567
  1. namespace Model
  2. {
  3. public interface IStart
  4. {
  5. void Start();
  6. }
  7. }