コード例 #1
0
ファイル: VideoShitbox.cs プロジェクト: miktemk/VidkaEditor
 public VideoShitbox()
 {
     InitializeComponent();
     imageMan = new ImageCacheManager();
     imageMan.ImagesReady += imageMan_ImagesReady;
     mouseDown = false;
     ConsoleSingleton = this;
 }
コード例 #2
0
 public VideoShitbox()
 {
     InitializeComponent();
     imageMan              = new ImageCacheManager();
     imageMan.ImagesReady += imageMan_ImagesReady;
     mouseDown             = false;
     ConsoleSingleton      = this;
 }
コード例 #3
0
 public static void iiii(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Info, text);
 }
コード例 #4
0
 public static void errr(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Error, text);
 }
コード例 #5
0
 public static void cxzxc(this IVidkaConsole console, string text)
 {
     console.AppendToConsole(VidkaConsoleLogLevel.Debug, text);
 }