BlockStudio.Dialogs.ConnectionProperties.ConnectionProperties C# (CSharp) 메소드

ConnectionProperties() 공개 메소드

public ConnectionProperties ( ) : System
리턴 System
        public ConnectionProperties()
        {
            InitializeComponent();

            pgOptions.SelectedObject = BlockStudioProjectService.BlockStudioProject.Connection;

            SetCommandLinePreview();

            pgOptions.PropertyValueChanged += PgOptions_PropertyValueChanged;
        }