CloverExamplePOS.CloverExamplePOSForm.OnDeviceConnected C# (CSharp) Method

OnDeviceConnected() public method

public OnDeviceConnected ( ) : void
return void
        public void OnDeviceConnected()
        {
            uiThread.Send(delegate (object state) {
                ConnectStatusLabel.Text = "Connecting...";
            }, null);
        }
CloverExamplePOSForm