Пример #1
0
		public static void SyncFleeILGeneratorLabels(FleeILGenerator source, FleeILGenerator target)
		{
			while (source.LabelCount != target.LabelCount) {
				target.DefineLabel();
			}
		}