Ejemplo n.º 1
0
 public DispatchThread(Cirrus.Thread mainThread)
 {
     this.main_thread = mainThread;
     this.dispatch_thread = new System.Threading.Thread (RunDispatch);
 }
Ejemplo n.º 2
0
Archivo: util.cs Proyecto: chkn/cirrus
 public static BitmapSource DomImageSource(Cirrus.Gfx.Image img)
 {
     throw new NotImplementedException ();
 }