예제 #1
0
 public BBFlashImp(string path)
 {
     flash = new imp.Flash(path, new BBFlashDisplayFactory());
 }
예제 #2
0
		public BBFlashImp(string path){
			flash = new imp.Flash (path, new BBFlashDisplayFactory()); 
		}