private void OnConnectCommand(object obj) { _mainListBox = obj as ListBox; _botLogic.ReciveMessage(); IsConnect = false; IsDisconnect = true; }
private void OnConnectCommand(object obj) { _botLogic.ReciveMessage(); IsConnect = false; IsDisconnect = true; }