eee

From Rock3r, 6 Years ago, written in Plain Text, viewed 542 times. This paste will kick the bucket in 1 Second.
URL https://paste.godclan.hu/view/ld5Oe4Gv Shorturl <br /> <b>Warning</b>: mysqli::mysqli(): (HY000/2002): Connecti Embed
Download Paste or View Raw
  1. using System;
  2.  
  3. namespace a
  4. {
  5.         class Program
  6.         {
  7.                 public static void Main(string[] args)
  8.                 {
  9.                        
  10.                         Console.ReadKey();
  11.                 }
  12.         }
  13.        
  14.         public abstract class Logger {
  15.                 public abstract void Write (string s){
  16.                
  17.                 }
  18.                
  19.                 public virtual void GetVersion() {
  20.                         return "LoggerBase 1.0";
  21.                 }
  22.         }
  23.        
  24.         class NormalLogger {
  25.                
  26.         }
  27.        
  28.         class ColorLogger {
  29.        
  30.         }
  31.        
  32.         class LoggerService {
  33.                
  34.         }
  35. }

Reply to "eee"

Here you can reply to the paste above