// // System.Windows.Forms.SendKeys.cs // // Author: // stubbed out by Daniel Carrera (dcarrera@math.toronto.edu) // // (C) 2002 Ximian, Inc // namespace System.Windows.Forms { // // This is only a template. Nothing is implemented yet. // // public class SendKeys { // // --- Public Methods // //[MonoTODO] //public virtual bool Equals(object o); //{ // throw new NotImplementedException (); //} //[MonoTODO] //public static bool Equals(object o1, object o2); //{ // throw new NotImplementedException (); //} //[MonoTODO] //static void Flush() //{ // throw new NotImplementedException (); //} //[MonoTODO] //static void Send(string keys) //{ // throw new NotImplementedException (); //} //[MonoTODO] //static void SendWait(string keys) //{ // throw new NotImplementedException (); //} } }