コード例 #1
0
 private void ChangeState(ConnectionState state)
 {
     State = state;
     _pusher.ChangeConnectionState(state);
 }