コード例 #1
0
 /// <summary>
 /// Override this with frame initialization code. The default base just creates the frame instances and assigns them index values.
 /// </summary>
 protected virtual void PopulateFrames()
 {
     /// Basic factory, just gives each frame an index.
     FrameBase.PopulateFrames(ref frames);
 }