static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); MemoryEditor = new MemoryEditor(); //Run instance Application.Run(MemoryEditor); }
public MemoryViewer(MemoryEditor wholeMemScan) { InitializeComponent(); this.wholeMemoryScan = wholeMemScan; }