예제 #1
0
파일: RAMFile.cs 프로젝트: vernon016/mono
 public /*internal*/ RAMFile(RAMDirectory directory)
 {
     this.directory = directory;
 }
예제 #2
0
파일: RAMFile.cs 프로젝트: carrie901/mono
		public /*internal*/ RAMFile(RAMDirectory directory)
		{
			this.directory = directory;
		}