public coin(PubComb plug) { plugin = plug; this.frame = plug.frame; frame.proxy.AddDelegate(PacketType.AgentSetAppearance, Direction.Outgoing, coinage); //formthread = new Thread(new ThreadStart(delegate() //{ form = new CoinForm1(this); //})); //formthread.SetApartmentState(ApartmentState.STA); //formthread.Start(); }