Entry.cs 128 B

1234567891011
  1. 
  2. namespace Controller
  3. {
  4. public class Entry
  5. {
  6. public static void Log()
  7. {
  8. Interop.Log();
  9. }
  10. }
  11. }