Advertisement
izulllllll

Untitled

Nov 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. namespace WindowsFormsApplication6
  2. {
  3.     interface printer
  4.     {
  5.         string cetakPrinter(string kertas, int jumlah);
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement