ProcessNotify() public méthode

public ProcessNotify ( ) : void
Résultat void
Exemple #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     NativeNotify nativeNatify = new NativeNotify(this);
     nativeNatify.ProcessNotify();
 }
Exemple #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            NativeNotify nativeNatify = new NativeNotify(this);

            nativeNatify.ProcessNotify();
        }