Ejemplo n.º 1
0
 public PluginUnhandledExceptionEventArgs(Exception exception, PluginDescriptor pluginDescriptor)
 {
     Exception = exception;
     PluginDescriptor = pluginDescriptor;
 }
Ejemplo n.º 2
0
 protected bool Equals(PluginDescriptor other)
 {
     return string.Equals(Id, other.Id);
 }