Beispiel #1
0
		public static QbData LoadQb (string path) {
			return LoadQb(Util.FileToByte(path));
		}