예제 #1
0
 /// <summary>
 /// When the window is focused, we check if something was updated
 /// </summary>
 private void OnFocus()
 {
     if (_graphView == null)
     {
         return;
     }
     _graphView.CheckIfValueWasUpdated();
 }