Esempio n. 1
0
 private static void CallOnViewInstructionsChanged()
 {
     if (GUIViewDebuggerHelper.onViewInstructionsChanged != null)
     {
         GUIViewDebuggerHelper.onViewInstructionsChanged();
     }
 }