Advertisement
maxrusmos

Untitled

Apr 15th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public delegate void Handler(EventCustom obj);
  2. public class ComplexNum: IComparable, IComparable<ComplexNum>{
  3. public static event Handler DivisionZero;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement