Beispiel #1
0
        private void receiveLogin(Operation operation, Config config)
        {
            if (null != config) {
                this.labelName.Text = config.pname;
                this.labelNo.Text = config.no;

                this.buttonLogin.Enabled = true;
            }
        }
Beispiel #2
0
 private void receiveLogin(Operation operation, Config config)
 {
 }