fix a bug with cloning.
This commit is contained in:
parent
c31133f786
commit
3bf05ed8ff
@ -116,7 +116,7 @@ namespace EduNetworkBuilder
|
|||||||
dest.NetTitle = source.NetTitle;
|
dest.NetTitle = source.NetTitle;
|
||||||
dest.NetworkFilename = source.NetworkFilename;
|
dest.NetworkFilename = source.NetworkFilename;
|
||||||
dest.OptionShowLabels = source.OptionShowLabels;
|
dest.OptionShowLabels = source.OptionShowLabels;
|
||||||
dest.PacketColors = source.PacketColors;
|
//dest.PacketColors = source.PacketColors;
|
||||||
dest.PuzzleName = source.PuzzleName;
|
dest.PuzzleName = source.PuzzleName;
|
||||||
dest.NetMessage = new LanguageStrings(source.NetMessage);
|
dest.NetMessage = new LanguageStrings(source.NetMessage);
|
||||||
dest.WhatFrom = source.WhatFrom; //We remember the schoolwork class we came from.
|
dest.WhatFrom = source.WhatFrom; //We remember the schoolwork class we came from.
|
||||||
|
Loading…
Reference in New Issue
Block a user