コード例 #1
0
ファイル: HexView.cs プロジェクト: bpFarrell/snes_RomRipper
    public static void InitAtOffset(uint offset)
    {
        HexView window = Init();

        window.GotoOffset(offset);
    }