コード例 #1
0
        public RDCWinForm()
        {
            InitializeComponent();

            axMsTscAxNotSafeForScripting.OnDisconnected += (s, e) =>
            {
                Disconnected?.Invoke(this, EventArgs.Empty);
            };

            axMsTscAxNotSafeForScripting.OnConnected += (s, e) =>
            {
                DisplayName.BringToFront();
            };
        }