private static void OnExportActionInfo(
     Widget _sender,
     string _key,
     string _value)
 {
     if (_sender.mEventActionInfo != null)
     {
         _sender.mEventActionInfo(
             _sender,
             _key,
             _value);
     }
 }
 private static void OnExportActionInfo(
     Widget _sender ,
     string _key ,
     string _value)
 {
     if (_sender.mEventActionInfo != null)
         _sender.mEventActionInfo(
              _sender ,
              _key ,
              _value );
 }