Ejemplo n.º 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            MemoryEditor = new MemoryEditor();
            //Run instance
            Application.Run(MemoryEditor);
        }
Ejemplo n.º 2
0
 public MemoryViewer(MemoryEditor wholeMemScan)
 {
     InitializeComponent();
     this.wholeMemoryScan = wholeMemScan;
 }