03. 12. 2015. | #1 |
profesionalac
Professional
Datum učlanjenja: 30.08.2010
Poruke: 201
Hvala: 10
640 "Hvala" u 14 poruka
|
public delegate void problem
Da li mi može neko pomoći kako da rešim grešku koja vraća poruku:
Kôd:
The type 'Dion.LicenseGenerator.LicenceData' already contains a definition for 'LicencesRowChangeEventHandler' Kôd:
public delegate void LicencesRowChangeEventHandler(object sender, LicencesRowChangeEvent e); Kôd:
public class LicencesRowChangeEvent : global::System.EventArgs { private LicencesRow eventRow; private global::System.Data.DataRowAction eventAction; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] public LicencesRowChangeEvent(LicencesRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; } |
|
|