Пример #1
0
    public static void InitAtOffset(uint offset)
    {
        HexView window = Init();

        window.GotoOffset(offset);
    }