Adhi Setyawan
Results
1
issues of
Adhi Setyawan
``` Account account = new Account("1001","mypassword", "192.168.100.1"); phone = new Phone(account); phone.PhoneConnectedEvent += delegate () { phone.MakeCall("1002"); } ``` this scripts are work. but when the call picked up from...