Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public partial MyClass : Base1, Base2 {
  2.  
  3.  
  4. }
  5.  
  6. public MyClass() : base(myParamForBase1);
  7.  
  8. base.OnInit(e);
  9.  
  10. public Base2 : Base1 {
  11.  
  12.  
  13. }
  14. public MyClass : Base2 {
  15.  
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement