Advertisement
wingman007

C#_OOP_433_Introducable.cs

Mar 20th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace OOP4
  7. {
  8.     interface Introducable
  9.     {
  10.         void IntroduceYourSelf();
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement