Example #1
0
 protected override void SetData(byte[] data)
 {
     if (null != data)
     {
         CreationMgr.Import(data);
     }
 }