Program.cs 151 B

123456789101112
  1. using System;
  2. namespace XmdsFileUpdate
  3. {
  4. static class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. }
  9. }
  10. }