コード例 #1
0
        private void Add_account_MouseDown(object sender, MouseButtonEventArgs e)
        {
            Newaccount ca = new Newaccount();

            ca.Show();
            this.Close();
        }
コード例 #2
0
ファイル: NewaccountAction.cs プロジェクト: wymoon2690/Ditch
 public NewaccountAction(string accountName, Ditch.EOS.Models.PermissionLevel[] permissionLevels, Newaccount args)
     : base(ContractName, accountName, ActionName, permissionLevels, args)
 {
 }