Skip to content

Instantly share code, notes, and snippets.

@atulgupta31
Created November 22, 2015 09:42
Show Gist options
  • Save atulgupta31/0c35f56c1cc565dc4b4e to your computer and use it in GitHub Desktop.
Save atulgupta31/0c35f56c1cc565dc4b4e to your computer and use it in GitHub Desktop.
public class vfc_outputlabel {
public boolean inputValue{get; set;}
public vfc_outputlabel(){
inputValue = true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment