コード例 #1
0
ファイル: SGHManager.cs プロジェクト: no1mann/Open-GHTCP
 public SGHManager(GH3Songlist gh3Songlist_1, GH3Setlist gh3Setlist_1, string saveLocation, string string_3)
 {
     this.gh3SongList     = gh3Songlist_1;
     this.setlistToExport = gh3Setlist_1;
     this.string_0        = string_3;
     this.saveLocation    = saveLocation;
 }
コード例 #2
0
        public GH3Setlist method_4(string string_0, StructurePointerRootNode class266_0)
        {
            GH3Setlist gH3Setlist = new GH3Setlist(class266_0.method_7(), this);

            gH3Setlist.method_3(string_0);
            this.gh3SetlistList.Add(class266_0.int_0, gH3Setlist);
            return(gH3Setlist);
        }
コード例 #3
0
ファイル: SGHManager.cs プロジェクト: no1mann/Open-GHTCP
 public SGHManager(GH3Songlist gh3Songlist_1, GH3Setlist gh3Setlist_1, string string_2) : this(gh3Songlist_1, gh3Setlist_1, string_2, null)
 {
 }