Untitled

From Rock3r, 6 Years ago, written in C#, viewed 466 times. This paste will expire in 1 Second.
URL https://paste.godclan.hu/view/02WzlSVJ Shorturl <br /> <b>Warning</b>: mysqli::mysqli(): (HY000/2002): Connecti Embed
Download Paste or View Raw
  1. class LoggerService {
  2.                        
  3.                         public string ver;
  4.                 public LoggerService(Logger a){
  5.                         write = a.Write;
  6.                         ver   = a.GetVersion;
  7.                 }      
  8.                 public string Version() {
  9.                         return ver;
  10.                 }
  11.                 public void Log(string log){
  12.                        
  13.                 }
  14.         }
  15.        

Reply to "Untitled"

Here you can reply to the paste above