コード例 #1
0
ファイル: TheBallCore.designer.cs プロジェクト: kallex/Caloom
partial         static void CreateCustomDemo(ref ContentPackageCollection customDemoObject);
コード例 #2
0
ファイル: TheBallCore.designer.cs プロジェクト: kallex/Caloom
 private void CopyContentFrom(ContentPackageCollection sourceObject)
 {
     CollectionContent = sourceObject.CollectionContent;
             _unmodified_CollectionContent = sourceObject._unmodified_CollectionContent;
 }
コード例 #3
0
ファイル: TheBallCore.designer.cs プロジェクト: kallex/Caloom
 public static ContentPackageCollection CreateDefault()
 {
     var result = new ContentPackageCollection();
             return result;
 }