Beispiel #1
0
            public MenuExt()
            {
                toolExt[0]        = new ToolStripItemDark("Extract BNTX");
                toolExt[0].Click += Export;

                newFileExt[0]        = new ToolStripItemDark("BNTX");
                newFileExt[0].Click += New;
            }
Beispiel #2
0
            public MenuExt()
            {
                experimentalMenu[0] = new ToolStripItemDark("BEA");

                ToolStripItemDark batchLUA = new ToolStripItemDark("Batch Extract LUA");

                batchLUA.Click += BatchExtractLUA;


                experimentalMenu[0].DropDownItems.Add(batchLUA);
            }
Beispiel #3
0
 public OdysseyCostumeSelectorMenu()
 {
     toolsExt[0]        = new ToolStripItemDark("Odyssey Costume Selctor");
     toolsExt[0].Click += OpenSelector;
 }
Beispiel #4
0
 public MenuExt()
 {
     newFileExt[0] = new ToolStripItemDark("BNTX ");
 }
Beispiel #5
0
 public MenuExt()
 {
     newFileExt[0]        = new ToolStripItemDark("Batch Export NUTEXB");
     newFileExt[0].Click += Export;
 }