public BBFlashImp(string path)
 {
     flash = new imp.Flash(path, new BBFlashDisplayFactory());
 }
Esempio n. 2
0
		public BBFlashImp(string path){
			flash = new imp.Flash (path, new BBFlashDisplayFactory()); 
		}