Пример #1
0
 /// <description>
 /// Activates the current row. The script callback of  the current row will be called (if it has one).
 /// </description>
 public void ActivateRow()
 {
     InternalUnsafeMethods.ActivateRow__Args _args = new InternalUnsafeMethods.ActivateRow__Args()
     {
     };
     InternalUnsafeMethods.ActivateRow()(ObjectPtr, _args);
 }