here\'s my code
private void make_Book(int x, int y, string name)
{
#region Creating Book
// this code is initializing the book(button)
Button b
when you call make_Book method you can save input parameters to database or some other storage currently your application using. When application start you can load all the buttons by calling make_Book method with values saved on your application storage.