public static bool Show(ref string deckName) { PopDeckChangeName mb = new PopDeckChangeName(); mb.textBoxName.Text = deckName; mb.head = PicLoader.Read("Player", string.Format("{0}.PNG", UserProfile.InfoBasic.Face)); mb.ShowDialog(); deckName = mb.textBoxName.Text; return mb.confirm; }
public static bool Show(ref string deckName) { PopDeckChangeName mb = new PopDeckChangeName(); mb.textBoxName.Text = deckName; mb.head = PicLoader.Read("Player", string.Format("{0}.PNG", UserProfile.InfoBasic.Face)); mb.ShowDialog(); deckName = mb.textBoxName.Text; return(mb.confirm); }