Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace wtf.windegger.addinframework
  7. {
  8. public interface IAddin
  9. {
  10. void WriteSomething();
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement