コード例 #1
0
        private void btn_Motivasi_Click(object sender, EventArgs e)
        {
            Motivate motivate = new Motivate();

            lb_Motivasi.Text = motivate.showMotivasi(motivate.kalimatMotivasi);
        }
コード例 #2
0
 public ref double TakePlace(Motivate motive, Direction dir) => ref RateTable[(int)motive, (int)dir];