BlockStudio.Dialogs.ConnectionProperties.SetCommandLinePreview C# (CSharp) Метод

SetCommandLinePreview() приватный Метод

private SetCommandLinePreview ( ) : void
Результат void
        private void SetCommandLinePreview()
        {
            var command = GethService.GetCommandLineArgs(BlockStudioProjectService.BlockStudioProject.Connection);
            txtCommandLineArgs.Text = "geth " + command;
        }