public override void Execute() { if (!Host.IsWidgetActive(this)) { fForm = new TimeLineWidget(this); fForm.Show(); } else { fForm.Close(); fForm = null; } }