public ContinuedFractionAttack(BigInteger e, BigInteger n) { m_rsaKey = new RsaKey(e, n); m_lstContinuedFraction = new List <BigInteger>(); m_form = Program.m_form; }
static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(m_form = new WienerMainForm()); }