コード例 #1
0
ファイル: Registration.cs プロジェクト: vamshedhar/Dispensary
        public void tokens2()
        {
            opd opd = new opd();

            opd.tokenLoad();
            label8.Text  = opd.token;
            label10.Text = opd.amount;
        }