예제 #1
0
파일: Program.cs 프로젝트: Iqrahaq/CSharp
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            //Application.Run(new KeyGenerator());
            KeyGenerator    f1  = new KeyGenerator();
            KeyGenPresenter kgp = new KeyGenPresenter(f1);

            Application.Run(f1);
        }
예제 #2
0
 public void register(KeyGenPresenter KGP)
 {
     presenter = KGP;
 }