static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //Application.Run(new KeyGenerator()); KeyGenerator f1 = new KeyGenerator(); KeyGenPresenter kgp = new KeyGenPresenter(f1); Application.Run(f1); }
public void register(KeyGenPresenter KGP) { presenter = KGP; }