Example #1
0
        public Edit_Main_Button_Dialog(My_Player my_player, int main_button_num)
        {
            InitializeComponent();

            this.my_player       = my_player;
            this.main_button_num = main_button_num;
        }
Example #2
0
        public Schedule_Recording_Dialog(My_Player my_player, int saving_num)
        {
            InitializeComponent();

            this.my_player     = my_player;
            scheduled_date     = new DateTime();
            scheduled_time     = new DateTime();
            sched_name_choosen = false;
            this.saving_num    = saving_num;
        }
Example #3
0
        public Player(My_Player my_player)
        {
            InitializeComponent();

            this.my_player = my_player;
        }
        public Schedule_Recording_UserControl(My_Player my_player)
        {
            InitializeComponent();

            this.my_player = my_player;
        }
Example #5
0
 public Find_Web_Player_Dialog(My_Player my_player)
 {
     InitializeComponent();
     this.my_player = my_player;
 }