Passing a Date Value from one Windows From to Another Form in C#

前端 未结 4 1058
轮回少年
轮回少年 2021-01-16 16:33

I am working on a very complex project and I am very very new to the windows Project.
I have 2 Forms :

  • ViewSchedule.cs
  • Sch
4条回答
  •  无人及你
    2021-01-16 17:15

    I would not bother with static fields... This type of question of passing values back/forth between forms has been answered many times... So to is this link to a previous question I so answered. It even has a step-by-step on creating two forms and getting values passed back-and-forth via getter/setter and even events. Hope this helps you out.

提交回复
热议问题