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