Booter.Booter.BootClient C# (CSharp) Method

BootClient() private static method

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