DockDefine.cs 209 B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. namespace ET
  4. {
  5. public static class DockDefine
  6. {
  7. public static Type[] Types = { typeof (BuildEditor), typeof (ServerCommandLineEditor) };
  8. }
  9. }