示例#1
0
 public static int Main(string[] args)
 {
     ResIdGen application = new ResIdGen();
     return (int)application.Run(args);
 }
示例#2
0
        public static int Main(string[] args)
        {
            ResIdGen application = new ResIdGen();

            return((int)application.Run(args));
        }