Exemplo n.º 1
0
 public VideoShitbox()
 {
     InitializeComponent();
     imageMan = new ImageCacheManager();
     imageMan.ImagesReady += imageMan_ImagesReady;
     mouseDown = false;
     ConsoleSingleton = this;
 }
Exemplo n.º 2
0
 public VideoShitbox()
 {
     InitializeComponent();
     imageMan              = new ImageCacheManager();
     imageMan.ImagesReady += imageMan_ImagesReady;
     mouseDown             = false;
     ConsoleSingleton      = this;
 }
Exemplo n.º 3
0
 public static void iiii(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Info, text);
 }
Exemplo n.º 4
0
 public static void errr(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Error, text);
 }
Exemplo n.º 5
0
 public static void cxzxc(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Debug, text);
 }