Booter.Booter.BootClient C# (CSharp) 메소드

BootClient() 개인적인 정적인 메소드

private static BootClient ( string clientName ) : void
clientName string
리턴 void
        private static void BootClient (string clientName)
        {
            AppDomain.CurrentDomain.ExecuteAssembly (Path.Combine (Path.GetDirectoryName (
                Assembly.GetEntryAssembly ().Location), String.Format ("{0}.exe", clientName)));
        }