Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of vhoang

vhoang

vhoang has asked 0 questions and find answers to 1 problems.

Stats

23
EtPoint
7
Vote count
0
questions
1
answers

About

    /// <summary>
    /// This method is called when About me section is opened.
    /// Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
    /// To Close the app forcefully, press Alt+F4.
    /// </summary>
    public void Main()
    {
        // TODO: Add your profile notes here

        Dts.TaskResult = (int)ScriptResults.Success;
    }